Added by Anonymous 8 months ago
Hi,
I'm creating a page to load an SVG image and i need to change the properties it's elements. The properties i mean, change de color, text, apply transparency, etc.
My application will change the SVG elements continuously. I run a loop every second, over a list of elements (by id) that i need to change.
After my search, i don't think there's an easy way to do it, but i would like some suggestions.
PS: Currently i use SVG but it's not mandatory, i'm open about it.
Thanks!