[whatwg] CanvasRenderingContext2D and CSS Image filters

2014-09-18 Thread Vivek Galatage
Hi all, I just wrote a test case which involves applying a CSS image filter (--webkit-filter or filter) using a grayscale filter. http://jsfiddle.net/whyn9075/ With this image element, I used a canvas rendering context 2d to drawImage. Here is the link, http://imgur.com/7OgXEwp, to the

Re: [whatwg] CanvasRenderingContext2D and CSS Image filters

2014-09-18 Thread Tab Atkins Jr.
On Thu, Sep 18, 2014 at 11:15 AM, Vivek Galatage viv...@chromium.org wrote: Hi all, I just wrote a test case which involves applying a CSS image filter (--webkit-filter or filter) using a grayscale filter. http://jsfiddle.net/whyn9075/ With this image element, I used a canvas rendering

Re: [whatwg] CanvasRenderingContext2D and CSS Image filters

2014-09-18 Thread Vivek Galatage
Oh I see, thanks for the clarification. :) On Fri, Sep 19, 2014 at 12:02 AM, Tab Atkins Jr. jackalm...@gmail.com wrote: On Thu, Sep 18, 2014 at 11:15 AM, Vivek Galatage viv...@chromium.org wrote: Hi all, I just wrote a test case which involves applying a CSS image filter

Re: [whatwg] Preloading and deferred loading of scripts and other resources

2014-09-18 Thread Garrett Smith
On 8/23/14, Kyle Simpson get...@gmail.com wrote: Surely our goal should be to make script loaders unnecessary. Complexity is best avoided, sure. There's unquestionably a lot of folks on this thread for whom that is their main concern. I think it's a mistake to assume that because they mostly