You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That kind of filter is very complex.
For now, the library has a very limited support to filters. It knows how to apply ColorMatrix and GaussianBlur directly on the element.
I don't know when, or if I will add that feature.
Maybe, the library shouldn't try to apply the filter when it is not capable of doing that. That way, your svg would not be rendered with a wrong blur. What do you think?
I don't know if I should post any SVG parsing errers but here's what I found.
I can't not post any svg tags here. So check the dropShadow filter in below link
https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feGaussianBlur
This code should draw green circle with a shadow below it but in AS3SVGRenderer, it just draws blurred green circle.
The text was updated successfully, but these errors were encountered: