RESOLVED FIXED 32198
SVG W3C test filters-example-01-b fails
https://bugs.webkit.org/show_bug.cgi?id=32198
Summary SVG W3C test filters-example-01-b fails
Dirk Schulze
Reported 2009-12-06 12:18:25 PST
filters-example-01-b fails. The half of the stroke is not drawn. Maybe a bug in calculation objectBoundingBox of the target?
Attachments
Dirk Schulze
Comment 1 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?
Dirk Schulze
Comment 2 2009-12-18 05:22:23 PST
...sorry, of course we need marker rect as well. So just repaintRectInLocalCoordinates() without filter rect.
Dirk Schulze
Comment 3 2009-12-30 01:13:53 PST
fix landed in r52647. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.