On Sat, Nov 2, 2013 at 1:01 AM, Robert O'Callahan <[email protected]>wrote:
> On Sat, Nov 2, 2013 at 1:01 PM, Rik Cabanier <[email protected]> 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)?
