[Webkit-unassigned] [Bug 32198] SVG W3C test filters-example-01-b fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 18 04:29:57 PST 2009


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


Dirk Schulze <krit at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eric at webkit.org,
                   |                            |zimmermann at kde.org




--- Comment #1 from Dirk Schulze <krit at webkit.org>  2009-12-18 04:29:57 PST ---
Ok, we use objectBoundingBox for the filter rect calculation. But we also use
the objectBoundingBox for the size of the source graphic. This is wrong, when
have a stroke.
We need the size with the stroke rect (stroke-width, lineJoin, lineCap).
Something like repaintRectInLocalCoordinates() but without regards to the
filter rect or marker rect.
Eric, do you have an idea how to make it without bigger refactoring?

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