backdrop filter to svg path

How can i add backdrop filter to svg path?
3 Replies
Aldrin
Aldrin10mo ago
in this i want to add back-drop filter to circle and path... is it possible?
capt_uhu
capt_uhu10mo ago
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