[Webkit-unassigned] [Bug 120429] New: The end point of canvas arc is incorrect.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 28 11:09:04 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=120429
Summary: The end point of canvas arc is incorrect.
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Canvas
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: dongseong.hwang at intel.com
Steps to reproduce:
Canvas spec defines start point and end point of arc as follows:
http://www.w3.org/TR/2dcontext2/#dom-context-2d-arc
The points at startAngle and endAngle along this circle's circumference, measured in radians clockwise from the ellipse's semi-major axis, are the start and end points respectively
Actual results:
When endAngle-startAngle is greater than 2π, the end point is the same to the start point regardless of the end angle.
Expected results:
End point of arc must be consistent with end angle
Blink had the same issue and fixed in https://codereview.chromium.org/18286007/
There is a discussion about it in W3C bugzilla: https://www.w3.org/Bugs/Public/show_bug.cgi?id=23050
--
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