Re: [webkit-dev] new APIs for strokes with dash in Canvas

2012-03-27 Thread Ian Hickson
On Fri, 23 Sep 2011, Young Han Lee wrote: I spent some time trying to find it, but couldn't. This bugzilla seems to be the only place we can get information at the moment. https://bugzilla.mozilla.org/show_bug.cgi?id=662038 On Fri, 23 Sep 2011, Dirk Schulze wrote: The WebCore patch of

Re: [webkit-dev] new APIs for strokes with dash in Canvas

2011-12-19 Thread Young Han Lee
I spent some time trying to find it, but couldn't. This bugzilla seems to be the only place we can get information at the moment. https://bugzilla.mozilla.org/show_bug.cgi?id=662038 On Fri, Sep 23, 2011 at 1:44 PM, Ian Hickson i...@hixie.ch wrote: On Thu, 22 Sep 2011, Darin Fisher wrote:

[webkit-dev] new APIs for strokes with dash in Canvas

2011-09-22 Thread Young Han Lee
Hi all, I have a patch to add webkitLineDash and webkitLineDashOffset APIs on CanvasRenderingContext2D on https://bugs.webkit.org/show_bug.cgi?id=63933 The purpose of these APIs is to support for strokes with dash in Canvas. Although the API is not specified in the HTML Canvas specification

Re: [webkit-dev] new APIs for strokes with dash in Canvas

2011-09-22 Thread James Robinson
On Thu, Sep 22, 2011 at 7:31 PM, Young Han Lee joybro...@gmail.com wrote: Hi all, I have a patch to add webkitLineDash and webkitLineDashOffset APIs on CanvasRenderingContext2D on https://bugs.webkit.org/show_bug.cgi?id=63933 The purpose of these APIs is to support for strokes with dash in

Re: [webkit-dev] new APIs for strokes with dash in Canvas

2011-09-22 Thread Darin Fisher
Do you know if anyone is working to add this to the spec for Canvas? It seems like it may not take much to get it added, given that FF already has an implementation. -Darin On Thu, Sep 22, 2011 at 7:31 PM, Young Han Lee joybro...@gmail.com wrote: Hi all, I have a patch to add webkitLineDash

Re: [webkit-dev] new APIs for strokes with dash in Canvas

2011-09-22 Thread Ian Hickson
On Thu, 22 Sep 2011, Darin Fisher wrote: Do you know if anyone is working to add this to the spec for Canvas? It seems like it may not take much to get it added, given that FF already has an implementation. Dashed lines are on my list but were not a high priority. If there are

Re: [webkit-dev] new APIs for strokes with dash in Canvas

2011-09-22 Thread Young Han Lee
On Fri, Sep 23, 2011 at 1:44 PM, Ian Hickson i...@hixie.ch wrote: Is there any documentation on how this patch and Gecko's implementation work and what they support? I spent some time trying to find it, but couldn't. This bugzilla seems to be the only place we can get information at the