Re: [whatwg] CanvasRenderingContext2D with addPath, currentPath

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:25 UTC