[webkit-reviews] review requested: [Bug 25645] SVG - overflow for big sized elements : [Attachment 51467] Patch to use floating point in SVG number parser

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


David Yonge-Mallo <davinci at chromium.org> has asked  for review:
Bug 25645: SVG - overflow for big sized elements
https://bugs.webkit.org/show_bug.cgi?id=25645

Attachment 51467: Patch to use floating point in SVG number parser
https://bugs.webkit.org/attachment.cgi?id=51467&action=review

------- Additional Comments from David Yonge-Mallo <davinci at chromium.org>
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.


More information about the webkit-reviews mailing list