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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 6 10:26:29 PDT 2010


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





--- Comment #26 from W. James MacLean <wjmaclean at chromium.org>  2010-05-06 10:26:28 PST ---
(In reply to comment #23)
> > A simple, although not entirely elegant, fix is to merely check to see if the
> > value is above 2147483647.0f and if it is, return 2147483647 (thus clipping the
> > value to the max representable by an int). Similarly for values below
> > -2147483647.
> 
> Please file a new bug on this issue.

If we file this as a separate bug, I presume we would then resolve the new bug
before fixing bug 25645? The proposed fixes for 25645 won't pass the layout
tests without a fix for this issue.

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