Hi
I have an SVG file with a filled circle (<circle></circle>) inside.
I'm using the SVG plugin and:
- add to wrap container SVG object and invisible Sprite
- Pin such SVG object to that Sprite
- also add SVG object as a child to that Sprite
Does somebody know how to pick all SVG instances and add an SVG filter to them?
Adding filters inside an SVG file with a circle does not give that effect. They probably must be the inside of the same class. Here is required solution to add filters to the full layer with such instances.
Filters I want to add feGaussianBlur, and feColorMatrix.
Thanks