[Webkit-unassigned] [Bug 41410] SVG CleanUp of SVGPathData parsing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 17 03:39:56 PDT 2010


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





--- Comment #17 from Nikolas Zimmermann <zimmermann at kde.org>  2010-07-17 03:39:56 PST ---
(In reply to comment #16)
> 
> WebCore/svg/SVGPathParser.cpp:484
>  +          if (!isfinite(t))
> This seems wrong, isfinite returns a non-zero value if it's finite! So you return here, if the value is finite.

Hah, the apple doc is wrong: "man isfinite" on Leopard states this, but it's not true.

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