[Webkit-unassigned] [Bug 41412] [Qt] Canvas arcTo() should draw straight line to p1 if p0, p1 and p2 are collinear

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 1 11:40:00 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=41412





--- Comment #3 from Andreas Kling <andreas.kling at nokia.com>  2010-07-01 11:40:00 PST ---
Relevant part of HTML5 spec:

"... if the points (x0, y0), (x1, y1), and (x2, y2) all lie on a single straight line, then the method must add the point (x1, y1) to the subpath, and connect that point to the previous point (x0, y0) by a straight line."

Note that p0 (or (x0, x0)) here refers to the last point in the current subpath.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list