Re: [webkit-dev] Enable CANVAS_PATH by default

2013-02-14 Thread James Robinson
On Thu, Feb 14, 2013 at 9:55 AM, Dirk Schulze wrote: > Hi WebKit folks, > > I worked on the Path interface defined by the Canvas spec of W3C and > WHATWG [1][2] for the last couple of weeks. > > Summary: > Canvas supports a new DOM interface called Path. The Path interface takes > a series of ver

[webkit-dev] Enable CANVAS_PATH by default

2013-02-14 Thread Dirk Schulze
Hi WebKit folks, I worked on the Path interface defined by the Canvas spec of W3C and WHATWG [1][2] for the last couple of weeks. Summary: Canvas supports a new DOM interface called Path. The Path interface takes a series of very well known path methods like moveTo, lineTo, cubicCurveTo, rect