Bug 38751 - SVG Filters use data before transforms, causing pixelation when scaled up
Summary: SVG Filters use data before transforms, causing pixelation when scaled up
Status: RESOLVED DUPLICATE of bug 32846
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-07 08:12 PDT by Alexis Deveria
Modified: 2010-05-08 12:07 PDT (History)
1 user (show)

See Also:


Attachments
Testcase that shows scaled up text and a scaled up ellipse with a light gaussianBlur applied (522 bytes, image/svg+xml)
2010-05-07 08:12 PDT, Alexis Deveria
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***