Re: [whatwg] Browser support or polyfill for latest Canvas spec additions?

AFAIK, only dashed lines in WebKit at the moment —
http://kangax.github.com/jstests/canvas-v5/

More things coming soon, such as Path —
https://bugs.webkit.org/show_bug.cgi?id=97333

Not sure about shims. I implemented some of the features (paths, ellipses,
dashed lines) in Fabric.js (http://fabricjs.com)

-- 
kangax


On Tue, Jan 15, 2013 at 3:40 PM, David Geary <david.mark.geary@gmail.com>wrote:

> AFAICT, no browsers have yet implemented the modifications to the Canvas
> spec from March of 2012. Can anyone confirm if that's the case? Any
> insights into why browser vendors are so slow to catch up to the spec?
>
> Also, does anyone know of a capable polyfill that provides those features?
> I would like to cover the features in the next version of Core HTML5
> Canvas, but I need to be able to write working examples.
>
> Thanks,
>
>
> David
>

Received on Tuesday, 15 January 2013 15:14:55 UTC