[Webkit-unassigned] [Bug 41175] Some SVGs with empty <g> elements crash Chromium on Linux

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 13 09:47:20 PDT 2010


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





--- Comment #13 from Brett Wilson (Google) <brettw at chromium.org>  2010-07-13 09:47:20 PST ---
To clarify, can you explain what crash (either with an example or a stack trace) you're fixing with this change:

-    m_data.m_canvas.drawARGB(0, 0, 0, 0, SkXfermode::kClear_Mode);
+    if (!size.isZero())
+        m_data.m_canvas.drawARGB(0, 0, 0, 0, SkXfermode::kClear_Mode);

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