[Webkit-unassigned] [Bug 82601] [Qt] Diverging test results on 32/64 bit architectures

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 13 05:17:33 PDT 2012


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





--- Comment #3 from Zoltan Herczeg <zherczeg at webkit.org>  2012-06-13 05:17:33 PST ---
Again, a libc based error.

Example: svg/W3C-SVG-1.1/paths-data-03-f.svg
The input is a large arc: "A 50 50 0 1 0 345 30"
Converted to a bezier curve by SVGPathParser::decomposeArcToCubic

Full of sinf, cosf, tanf, atan2f, so the libm implementation is critical.

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