Search found 2 matches
- Wed Jun 09, 2010 12:40 am
- Forum: SVG / XML Code
- Topic: How do you make multiple "stacked" filters?
- Replies: 3
- Views: 3619
Re: How do you make multiple "stacked" filters?
Hm, I think my previous reply got lost because I changed the title (had accidentally left it cut off as "How do you make"!) and it required the post to get re-approved I think. So, from memory: Thanks for the help! So the trick is all about blending the right stuff. If I had more that 2 fi...
- Sun Jun 06, 2010 2:35 pm
- Forum: SVG / XML Code
- Topic: How do you make multiple "stacked" filters?
- Replies: 3
- Views: 3619
How do you make multiple "stacked" filters?
Greetings. Can anyone give me any pointers as to how you would do the following in SVG: Given a path with a set fill/stroke, apply two conceptual filters to it: a red glow and a blue dropshadow. I can make the two separately using a combination of fwGuassianBlur, feOffset, feColorMatrix, and feBlend...