[Webkit-unassigned] [Bug 25645] SVG - numeric overflow for very large elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 4 14:11:35 PDT 2010


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





--- Comment #30 from W. James MacLean <wjmaclean at chromium.org>  2010-06-04 14:11:32 PST ---
Created an attachment (id=57913)
 --> (https://bugs.webkit.org/attachment.cgi?id=57913)
Revised patch to fix SVG number parsing of large numbers

Revised patch.

This patch updates two expected results in the layout tests. I have modified the number parsing to parse the integer portion from right-to-left, allowing an as-accurate-as-possible representation using FloatType instead of double.

This should pass the layout tests for Mac. The Windows/Linux chromium layout tests may break until an upstream Skia patch (changelist submitted) is committed.

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