[Bug 9736] Shouldn't be: "create a new subpath whose first point is the same as the previous subpath's last point"??? This whole sentence seems unclear to me reading explanation of "A closed path" in the beginning of this section.

http://www.w3.org/Bugs/Public/show_bug.cgi?id=9736





--- Comment #3 from Chris Apers <chrilith@hotmail.com>  2010-08-25 07:53:27 ---
Here:
http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#dom-context-2d-closepath

It is written:
"...
Otherwise, it must mark the last subpath as closed, [[create a new subpath
whose first point is the same as the previous subpath's first point, and
finally add this new subpath to the path.]]
"

I think there is a problem here:
"...is the same as the previous subpath's first point" <= shouldn't be "last
point" instead?

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 25 August 2010 07:53:32 UTC