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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 6 10:44:05 PDT 2012


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


Stephen Chenney <schenney at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schenney at chromium.org




--- Comment #2 from Stephen Chenney <schenney at chromium.org>  2012-04-06 10:44:05 PST ---
This may be an SVG bug, or maybe a Skia bug.

The problematic shapes are these:

    <circle transform="scale(4,4)" style="-webkit-svg-shadow: black 1px 1px 1px;" stroke="url(#gradient)" fill="transparent" cx="25" cy="100" r="20"></circle>
    <rect transform="scale(32,32)" style="-webkit-svg-shadow: black 1px 1px 1px;" stroke="url(#gradient)" fill="transparent" x="10" y="10" width="5" height="5"></rect>

Note the fill is transparent. When constructing the shadow, we are clearly not considering the object to be unfilled. We are instead presumably considering it filled and drawing the shadow for a filled shape.

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