RESOLVED DUPLICATE of bug 16164 Bug 15638
SVGImage causes malloc errors to print to console on this page
https://bugs.webkit.org/show_bug.cgi?id=15638
Summary SVGImage causes malloc errors to print to console on this page
Eric Seidel (no email)
Reported 2007-10-23 00:26:15 PDT
SVGImage causes malloc errors to print to console on this page I had a fix for this and never checked it in. The size() function should use valueAsPercent instead of valueInSpecifiedUnits() or whatever it's currently using. Right now we're making buffers 10000 times larger than they should be when SVGs don't have a specified size.
Attachments
Fix, seems to cause regression in fast/images/svg-as-tiled-background.html (23.60 KB, patch)
2007-10-27 12:54 PDT, Eric Seidel (no email)
no flags
Eric Seidel (no email)
Comment 1 2007-10-27 12:54:17 PDT
Created attachment 16903 [details] Fix, seems to cause regression in fast/images/svg-as-tiled-background.html I need to find out yet if fast/images/svg-as-tiled-background.html is really a regression. Not sure why that starts to fail after this fix (or even if it's failing due to this fix or if I just have out-of-date successful results.
Eric Seidel (no email)
Comment 2 2007-11-28 12:20:56 PST
This was fixed by bug 16164. *** This bug has been marked as a duplicate of 16164 ***
Note You need to log in before you can comment on or make changes to this bug.