[Webkit-unassigned] [Bug 149004] SVG transforming path crashes Safari

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 11 02:03:23 PDT 2015


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

--- Comment #5 from Luis Merino <mail at luismerino.name> ---
Created attachment 260997
  --> https://bugs.webkit.org/attachment.cgi?id=260997&action=review
Icon with padding-right: 30px causing the WebContent crash.

@Alexey found the offending part; one of our SVG icons has a padding-right:30px; rule applied (see attachment). I've opted for using margin-right instead, although changing 30px to 1px stopped the crashing (no further research). So CSS padding influences in the subpixel calculation of the transforming path by the SVG library, according to the related ticket below. It escapes out of my knowledge the exact reasons beyond, I do not have the background to understand it. I'm leaving this comment here to extend on this, as a possible solution for others who find a similar crash on 8.0.8 (10600.8.9). Thanks for you attention.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150911/6752461e/attachment.html>


More information about the webkit-unassigned mailing list