How can I add a filter to a SVG object in JavaScript?
The above code works for me now! One can simply use the createElementNS
, setAttribute
and appendChild
methods.
The above code works for me now! One can simply use the createElementNS
, setAttribute
and appendChild
methods.