Bug 5857
Summary: | WebKit+SVG is missing support for several SVG filter elements | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | SVG | Assignee: | Oliver Hunt <oliver> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | ian |
Priority: | P4 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
Bug Depends on: | 5192, 5860, 5861, 5862, 5863, 5864 | ||
Bug Blocks: |
Eric Seidel (no email)
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
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.
Nikolas Zimmermann
Closing this bug, as we already have individual bugs for the last missing filters.