[Webkit-unassigned] [Bug 25645] SVG - overflow for big sized elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 23 16:45:35 PDT 2010


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


David Yonge-Mallo <davinci at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #51467|                            |review?, commit-queue?
               Flag|                            |




--- Comment #3 from David Yonge-Mallo <davinci at chromium.org>  2010-03-23 16:45:35 PST ---
Created an attachment (id=51467)
 --> (https://bugs.webkit.org/attachment.cgi?id=51467)
Patch to use floating point in SVG number parser

I've made a little patch and test case for this.  The patch prevents the
overflow (positive into negative and negative into positive) at the parser. 
This doesn't solve the problem entirely since the number returned by the parser
may now be too big for the later rendering code, but it's a first step.

This bug appears to be the cause of http://crbug.com/825.

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