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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 7 23:59:11 PDT 2010


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





--- Comment #9 from Nikolas Zimmermann <zimmermann at kde.org>  2010-05-07 23:59:10 PST ---
Some more results on distances that exceed the actual path length, Opera/FF
always return the last segment, we should mimic that.

PASS path.getPathSegAtLength(20) is 3
PASS path.getPathSegAtLength(24) is 3
PASS path.getPathSegAtLength(25) is 3
PASS path.getPathSegAtLength(100) is 3

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