[whatwg] CanvasRenderingContext2D with addPath, currentPath

Rik Cabanier cabanier at gmail.com
Sat Nov 2 19:03:56 PDT 2013


On Sat, Nov 2, 2013 at 1:01 AM, Robert O'Callahan <robert at ocallahan.org>wrote:

> On Sat, Nov 2, 2013 at 1:01 PM, Rik Cabanier <cabanier at 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)?



More information about the whatwg mailing list