[Webkit-unassigned] [Bug 20699] SVGPaintServer CleanUp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 15 15:46:05 PST 2008


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


krit at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #23627|review+                     |review-
               Flag|                            |




------- Comment #40 from krit at webkit.org  2008-11-15 15:46 PDT -------
(From update of attachment 23627)
This breaks svg/custom/svg-fonts-in-html.html and it gives wrong colors for
svg/W3C-SVG-1.1/painting-fill-05-b.svg.

+        RGBA32 rgba = color().rgb();
+        ASSERT(!color().hasAlpha());
+        if (style)
+            rgba = colorWithOverrideAlpha(rgba, svgStyle->strokeOpacity());

seems to be handled differently by some platforms.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list