How can I get the SVG to refresh in the browser after I’ve made changes with Javascript?
I have an SVG on the page which I am trying to edit. When I look at the element in the console after making the changes, I can see the source looks correct. Yet, it doesn’t upgrade in the browser. I’m suspecting this is some sort of caching issue? Otherwise I’m missing something basic. Here is the example:
Element are not moving after applying transform property
This is the function which makes the element draggable