Bug 38751

Summary: SVG Filters use data before transforms, causing pixelation when scaled up
Product: WebKit Reporter: Alexis Deveria <adeveria>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: krit
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
Attachments:
Description Flags
Testcase that shows scaled up text and a scaled up ellipse with a light gaussianBlur applied none

Description Alexis Deveria 2010-05-07 08:12:03 PDT
Created attachment 55376 [details]
Testcase that shows scaled up text and a scaled up ellipse with a light gaussianBlur applied

Any SVG element that's made bigger using a transform and has a filter applied to it may appear pixelated. It would appear that the filter is first applied to the element in its smaller state, then enlarged.
Comment 1 Dirk Schulze 2010-05-08 12:07:40 PDT

*** This bug has been marked as a duplicate of bug 32846 ***