Bug 44074
Summary: | Allow SVG filters to be used on all styled elements. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Erik Arvidsson <arv> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | dglazkov, grsmto, paulirish |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 |
Erik Arvidsson
It would be very useful to allow SVG filters to be used with any element.
Just, imagine being able to apply a guassian SVG filter to a video element. This can be done today bu using WebGL and shaders but it is way too complicated.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adrien Denat
This is already supported by Chrome and Firefox.
You can find working examples there:
https://jsfiddle.net/Grsmto/112totjn/26/
https://jsfiddle.net/Grsmto/gd5nh453/45/
As well as an extended list there:
https://tympanus.net/Development/DistortedButtonEffects/