backdrop filter to svg path

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

Did you find this page helpful?