Bug 30495

Summary: Move feGaussianBlur from WebCore/svg to WebCore/platform
Product: WebKit Reporter: Dirk Schulze <krit>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 525.x (Safari 3.1)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Move feGaussianBlur out of SVG darin: review+, commit-queue: commit-queue-

Dirk Schulze
Reported 2009-10-18 13:29:09 PDT
Qt and Cairo don't have shadow support. An idea is to use the filter feGaussianBlur from SVG to render shadows. Therefore it is neccessary to move svg/graphics/filters/SVGFEGaussianBlur to platform/graphics/filters/FEGaussianBlur.
Attachments
Move feGaussianBlur out of SVG (28.61 KB, patch)
2009-10-18 13:33 PDT, Dirk Schulze
darin: review+
commit-queue: commit-queue-
Dirk Schulze
Comment 1 2009-10-18 13:33:30 PDT
Created attachment 41385 [details] Move feGaussianBlur out of SVG patch
Darin Adler
Comment 2 2009-10-18 16:20:08 PDT
Comment on attachment 41385 [details] Move feGaussianBlur out of SVG Ideally, this patch should be done with "svn move" rather than just copying the file in the new place, to keep the revision history. The tools such as svn-create-patch and svn-apply know how to handle such patches. Also, I see little point in listing all the functions in the change log for a newly added file. r=me as is, but please consider doing the patch the better way
Yong Li
Comment 3 2009-10-19 08:51:11 PDT
Comment on attachment 41385 [details] Move feGaussianBlur out of SVG Let commit bot land it
WebKit Commit Bot
Comment 4 2009-10-19 09:26:45 PDT
Comment on attachment 41385 [details] Move feGaussianBlur out of SVG Rejecting patch 41385 from commit-queue. Patch https://bugs.webkit.org/attachment.cgi?id=41385 from bug 30495 failed to download and apply.
Dirk Schulze
Comment 5 2009-10-19 11:13:00 PDT
Sorry, forgot to close this bug :-( landed in r49778
Note You need to log in before you can comment on or make changes to this bug.