[Webkit-unassigned] [Bug 37515] getPathSegAtLength() gives incorrect value

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 7 22:15:40 PDT 2010


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


Nikolas Zimmermann <zimmermann at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #55452|review?                     |review-
               Flag|                            |




--- Comment #7 from Nikolas Zimmermann <zimmermann at kde.org>  2010-05-07 22:15:40 PST ---
(From update of attachment 55452)
WebCore/svg/SVGPathSegList.cpp:96
 +          if (!segmentLength)
Almost r+, the test is perfect. Just this line bugs me, from a SVG DOM
perspective, "M 5 5" and "M 5 5 M 5 5" are two different path segments, no
matter how it's rendered.
Also how can you be sure this is just a "move"? And why is the first move the
one ignored? I guess this is not correct.

-- 
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