Re: [webkit-dev] New Feature: Canvas Path object

2012-09-24 Thread Darin Adler
On Sep 22, 2012, at 9:21 PM, Elliott Sprehn espr...@chromium.org wrote: On Fri, Sep 21, 2012 at 6:34 AM, Dirk Schulze dschu...@adobe.com wrote: I would like to ask if there are objections to implement the canvas Path object. Do we have metrics on how often people already have things

Re: [webkit-dev] New Feature: Canvas Path object

2012-09-24 Thread Rik Cabanier
On Mon, Sep 24, 2012 at 10:27 AM, Darin Adler da...@apple.com wrote: On Sep 22, 2012, at 9:21 PM, Elliott Sprehn espr...@chromium.org wrote: On Fri, Sep 21, 2012 at 6:34 AM, Dirk Schulze dschu...@adobe.com wrote: I would like to ask if there are objections to implement the canvas Path

Re: [webkit-dev] New Feature: Canvas Path object

2012-09-24 Thread Dirk Schulze
On Sep 24, 2012, at 12:03 PM, Rik Cabanier caban...@gmail.commailto:caban...@gmail.com wrote: On Mon, Sep 24, 2012 at 10:27 AM, Darin Adler da...@apple.commailto:da...@apple.com wrote: On Sep 22, 2012, at 9:21 PM, Elliott Sprehn espr...@chromium.orgmailto:espr...@chromium.org wrote: On

Re: [webkit-dev] New Feature: Canvas Path object

2012-09-24 Thread Maciej Stachowiak
I'm not hung up on the name. But if we are worried about name collision, we could do data gathering on use of Path or other candidate names instead of just guessing. - Maciej On Sep 24, 2012, at 12:22 PM, Dirk Schulze dschu...@adobe.com wrote: On Sep 24, 2012, at 12:03 PM, Rik Cabanier

Re: [webkit-dev] New Feature: Canvas Path object

2012-09-23 Thread Dirk Schulze
I know of at least one JS library that uses Path as object (paper.js). But the definition can be overridden. It is unlikely that this will break content, as long as the library does not want to use both. Other then that, the SVG WG wants to reuse the Path object in SVG and CanvasObject might

Re: [webkit-dev] New Feature: Canvas Path object

2012-09-22 Thread Elliott Sprehn
On Fri, Sep 21, 2012 at 6:34 AM, Dirk Schulze dschu...@adobe.com wrote: Hi WebKit, I would like to ask if there are objections to implement the canvas Path object. Do we have metrics on how often people already have things named Path? All other canvas objects have a prefix like

[webkit-dev] New Feature: Canvas Path object

2012-09-21 Thread Dirk Schulze
Hi WebKit, I would like to ask if there are objections to implement the canvas Path object. The HTML Canvas specification and the WHAT WG HTML specification define the Path object [1][2]. The Path object and the CanvasRenderingContext2D share some graphics operations[3]: - closePath - lineTo