Bug 5857 - WebKit+SVG is missing support for several SVG filter elements
Summary: WebKit+SVG is missing support for several SVG filter elements
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P4 Normal
Assignee: Oliver Hunt
URL:
Keywords:
Depends on: 5192 5860 5861 5862 5863 5864
Blocks:
  Show dependency treegraph
 
Reported: 2005-11-28 15:35 PST by Eric Seidel (no email)
Modified: 2007-08-14 07:31 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2005-11-28 15:35:30 PST
WebKit+SVG is missing support for several SVG filter elements:

FE_COMPONENT_TRANSFER 
FE_CONVOLVE_MATRIX 
FE_DISPLACEMENT_MAP
FE_MORPHOLOGY 
FE_TURBULENCE 

Most of these would be very easy to support by writing a small CoreImage filter, and requires someone 
with a bit of OpenGL knowledge to write about 5 lines of code. :)  Some of these may even be possible 
w/ existing CoreImage filters.

Oliver Hunt has already made great progress with adding custom CoreImage filters to WebKit+SVG, you 
can see his work as part of:
http://bugzilla.opendarwin.org/show_bug.cgi?id=5192
Comment 1 Eric Seidel (no email) 2005-11-28 15:36:31 PST
Oliver, since you had so much luck with 5192, I'm assigning this bug to you for now as I figure you 
probably have a few more filters up your sleave.
Comment 2 Nikolas Zimmermann 2007-08-14 07:31:43 PDT
Closing this bug, as we already have individual bugs for the last missing filters.