RESOLVED FIXED 32486
SVG elements use Filters before own transformations
https://bugs.webkit.org/show_bug.cgi?id=32486
Summary SVG elements use Filters before own transformations
Dirk Schulze
Reported 2009-12-13 02:43:03 PST
SVG elements should be transformed by CSS-values and values in transform="" before filters are applied. It's the other way around atm. The attached example demonstrates the problem. The both cirlces shouldn't look so grainy. It's because we transform the filter result instead of the circle.
Attachments
Filter with transformation of object (619 bytes, image/svg+xml)
2010-01-06 15:19 PST, Dirk Schulze
no flags
Dirk Schulze
Comment 1 2010-01-06 15:19:19 PST
Created attachment 46000 [details] Filter with transformation of object Filter with transformation of object
Dirk Schulze
Comment 2 2010-10-06 08:28:41 PDT
Note You need to log in before you can comment on or make changes to this bug.