3 Replies
in this i want to add back-drop filter to circle and path... is it possible?
SVG has a
<filter>
tag: https://developer.mozilla.org/en-US/docs/Web/SVG/Element/filter There's also CSS filter
but it looks like it only works on SVG elements in Firefox: https://developer.mozilla.org/en-US/docs/Web/CSS/filter