- From: Rik Cabanier <cabanier@gmail.com>
- Date: Sat, 2 Nov 2013 19:03:56 -0700
- To: "Robert O'Callahan" <robert@ocallahan.org>
- Cc: "whatwg@whatwg.org" <whatwg@whatwg.org>, "public-canvas-api@w3.org" <public-canvas-api@w3.org>
On Sat, Nov 2, 2013 at 1:01 AM, Robert O'Callahan <robert@ocallahan.org>wrote: > On Sat, Nov 2, 2013 at 1:01 PM, Rik Cabanier <cabanier@gmail.com> wrote: > >> The latest Safari is shipping currentPath and Blink has implemented it >> behind a runtime flag. >> Could we put this in the specification? >> >> the proposal is for a new attribute on the 2d canvas rendering context: >> >> attribute Path currentPath; >> >> >> This attribute would give you a non-live/copy of the current path in >> device >> space. >> > > Does this mean that ctx.currentPath != ctx.currentPath? > Yes > That's bad! > Why would it be bad (apart from being different)?
Received on Sunday, 3 November 2013 02:04:27 UTC