[Webkit-unassigned] [Bug 76557] [Chromium] Layout Test svg/custom/transform-with-shadow-and-gradient.svg is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 26 07:37:51 PST 2013


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


Florin Malita <fmalita at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-unassigned at lists.web |fmalita at chromium.org
                   |kit.org                     |
                 CC|                            |fmalita at chromium.org,
                   |                            |krit at webkit.org




--- Comment #6 from Florin Malita <fmalita at chromium.org>  2013-02-26 07:40:14 PST ---
Doesn't look like we're rasterizing the shapes - we're just passing drawXXX calls to Skia.

I can confirm that this is caused by fill='transparent' (when using fill='none' the shadows are drawn correctly). I have a couple of thoughts on this, each may be a separate bug & fix this issue independently:

* at a high level, is 'transparent' not equivalent to 'none' for SVG fill/stroke? If so, we need to treat the same.

* shadows appear to observe the fill/stroke alpha when specified via opacity attributes, but not when specified as part of the color (rgba(x,x,x,a)). This seems inconsistent.

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