Re: Intent to implement and ship: CSS and SVG filters for canvas 2D

2015-08-24 Thread Tantek Çelik
Just to keep this thread moving forward: On Tue, Jun 16, 2015 at 2:35 AM, Markus Stange msta...@themasta.com wrote: On 2015-06-15 8:15 PM, Robert O'Callahan wrote: On Tue, Jun 16, 2015 at 11:23 AM, Robert O'Callahan rob...@ocallahan.org wrote: I think we're not quite there yet, but we're

Re: Intent to implement and ship: CSS and SVG filters for canvas 2D

2015-06-15 Thread Jet Villegas
!!! \o/ !!! We'll also post the proposed spec on this wiki page: https://wiki.mozilla.org/CanvasFilters --Jet On Mon, Jun 15, 2015 at 10:15 AM, Markus Stange msta...@themasta.com wrote: Summary: The filter property on CanvasRenderingContext2D allows authors to specify a filter that will get

Intent to implement and ship: CSS and SVG filters for canvas 2D

2015-06-15 Thread Markus Stange
Summary: The filter property on CanvasRenderingContext2D allows authors to specify a filter that will get applied during canvas drawing. It accepts the same values as the CSS filter property, so CSS filter shorthand functions, references to SVG filters, and chained combinations of the two.

Re: Intent to implement and ship: CSS and SVG filters for canvas 2D

2015-06-15 Thread Rik Cabanier
Great news! I'm super excited to see this go in! On Mon, Jun 15, 2015 at 10:15 AM, Markus Stange msta...@themasta.com wrote: Summary: The filter property on CanvasRenderingContext2D allows authors to specify a filter that will get applied during canvas drawing. It accepts the same values as

Re: Intent to implement and ship: CSS and SVG filters for canvas 2D

2015-06-15 Thread Xidorn Quan
On Tue, Jun 16, 2015 at 3:15 AM, Markus Stange msta...@themasta.com wrote: Summary: The filter property on CanvasRenderingContext2D allows authors to specify a filter that will get applied during canvas drawing. It accepts the same values as the CSS filter property, so CSS filter shorthand

Re: Intent to implement and ship: CSS and SVG filters for canvas 2D

2015-06-15 Thread Jet Villegas
Markus, Tobias, and Tantek will update the wiki page with our proposed normative text. Our key use case here is Shumway, where graphics filter implementations in JS code have not (yet) been able to offer acceptable performance characteristics in Canvas2D. We've proven that it's polyfillable in

Re: Intent to implement and ship: CSS and SVG filters for canvas 2D

2015-06-15 Thread Robert O'Callahan
On Tue, Jun 16, 2015 at 11:05 AM, Xidorn Quan quanxunz...@gmail.com wrote: On Tue, Jun 16, 2015 at 3:15 AM, Markus Stange msta...@themasta.com wrote: Summary: The filter property on CanvasRenderingContext2D allows authors to specify a filter that will get applied during canvas drawing. It

Re: Intent to implement and ship: CSS and SVG filters for canvas 2D

2015-06-15 Thread Xidorn Quan
On Tue, Jun 16, 2015 at 9:23 AM, Robert O'Callahan rob...@ocallahan.org wrote: On Tue, Jun 16, 2015 at 11:05 AM, Xidorn Quan quanxunz...@gmail.com wrote: On Tue, Jun 16, 2015 at 3:15 AM, Markus Stange msta...@themasta.com wrote: Summary: The filter property on CanvasRenderingContext2D

Re: Intent to implement and ship: CSS and SVG filters for canvas 2D

2015-06-15 Thread Robert O'Callahan
On Tue, Jun 16, 2015 at 11:23 AM, Robert O'Callahan rob...@ocallahan.org wrote: I think we're not quite there yet, but we're very close. There are two things I want before we ship: -- Get normative spec text up somewhere. -- Get a signal from some other browser vendor that they're OK with

Re: Intent to implement and ship: CSS and SVG filters for canvas 2D

2015-06-15 Thread Markus Stange
On 2015-06-15 8:15 PM, Robert O'Callahan wrote: On Tue, Jun 16, 2015 at 11:23 AM, Robert O'Callahan rob...@ocallahan.org wrote: I think we're not quite there yet, but we're very close. There are two things I want before we ship: -- Get normative spec text up somewhere. -- Get a signal from