Bug 32486

Summary: SVG elements use Filters before own transformations
Product: WebKit Reporter: Dirk Schulze <krit>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: jeffschiller, zimmermann
Priority: P2    
Version: 525.x (Safari 3.1)   
Hardware: PC   
OS: OS X 10.5   
Bug Depends on: 45612    
Bug Blocks: 68469, 26389    
Attachments:
Description Flags
Filter with transformation of object none

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