[webkit-reviews] review requested: [Bug 36296] [Qt] LayoutTests/fast/canvas/arc360.html failed : [Attachment 51047] fix canvas arc function to enable LayoutTests/fast/canvas/arc360.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 18 10:48:01 PDT 2010


qi <qi.2.zhang at nokia.com> has asked  for review:
Bug 36296: [Qt] LayoutTests/fast/canvas/arc360.html failed
https://bugs.webkit.org/show_bug.cgi?id=36296

Attachment 51047: fix canvas arc function to enable
LayoutTests/fast/canvas/arc360.html
https://bugs.webkit.org/attachment.cgi?id=51047&action=review

------- Additional Comments from qi <qi.2.zhang at nokia.com>
At HTLM5 spec (4.8.10.1.8 Complex shapes):
context . arc (x, y, radius, startAngle, endAngle, anticlockwise)
Adds points to the subpath such that the arc described by the circumference of
the circle described by
the arguments, starting at the given start angle and ending at the given end
angle, going in the given
direction, is added to the path, connected to the previous point by a straight
line.
Throws an INDEX_SIZE_ERRp64 exception if the given radius is negative.

arc function should draw a line to previous point, not only the arc.


More information about the webkit-reviews mailing list