[Webkit-unassigned] [Bug 33108] SVG and -webkit-shadow is broken
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Jan 2 11:19:50 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=33108
--- Comment #1 from Dirk Schulze <krit at webkit.org> 2010-01-02 11:19:50 PST ---
(In reply to comment #0)
> Since the last round of repaintRect fixes (SVG now correctly calculates repaint
> rects), the webkit-shadow CSS stuff mixed with SVG is broken.
> You have to run "run-webkit-tests --tolerance 0 -p svg" in order to see the
> differences, as they're below our default tolerance of 1%.
>
> I guess the shadowRect calculation in SVGRenderSupport.cpp,
> prepareToRenderSVGContent() is off. CC'ing Beth as she's the original author.
The latest patches on repaintRect fixes some shadow examples. The remaining
failures were introduced with the new Transparencylayer in SVGRenderSupport. I
agree Niko, the size of the clipping rect in seems to be wrong.
Also the shadow size is not respected, if the opacity is < 1. The clipping rect
gets smaller.
--
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