[Webkit-unassigned] [Bug 97258] [Qt] Certain SVG content freezes QtWebKit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 11 10:47:09 PDT 2012


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





--- Comment #9 from Dawit A. <adawit at kde.org>  2012-10-11 10:47:49 PST ---
I found the actual cause that freezes QtWebKit displaying certain SVG files. It happens when the SVG file contains <path> element whose style property contains "stroke-width: 0px;". If you set the value of "stroke-width" to 1px or higher, the lock up does not happen. Hence, the value of "stroke-width" being set to 0px is seems to be causing an infinite loop somewhere in QtWebKit's code path.

I have attached a further reduced testcase to demonstrate the problem.

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