Bug 32486 - SVG elements use Filters before own transformations
Summary: SVG elements use Filters before own transformations
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 525.x (Safari 3.1)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 45612
Blocks: 68469 26389
  Show dependency treegraph
 
Reported: 2009-12-13 02:43 PST by Dirk Schulze
Modified: 2014-05-12 05:54 PDT (History)
2 users (show)

See Also:


Attachments
Filter with transformation of object (619 bytes, image/svg+xml)
2010-01-06 15:19 PST, Dirk Schulze
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Schulze 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.
Comment 1 Dirk Schulze 2010-01-06 15:19:19 PST
Created attachment 46000 [details]
Filter with transformation of object

Filter with transformation of object
Comment 2 Dirk Schulze 2010-10-06 08:28:41 PDT
Fixed with http://trac.webkit.org/changeset/69181