[Webkit-unassigned] [Bug 44197] getPointAtLength returns incorrect values for paths closed with the closepath command
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 19 00:27:27 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=44197
Dirk Schulze <krit at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #64759|0 |1
is obsolete| |
--- Comment #1 from Dirk Schulze <krit at webkit.org> 2010-08-19 00:27:27 PST ---
Created an attachment (id=64814)
--> (https://bugs.webkit.org/attachment.cgi?id=64814)
Reduced test case
I would say, that we set the points in http://trac.webkit.org/browser/trunk/WebCore/platform/graphics/PathTraversalState.cpp#L163 wrong.
The current point should be the start point of the path: m_current = m_control1 = m_control2 = m_start;
--
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