You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I am adding a SVG as component to my tree, that works as expected. If I then manipulate that SVG (e.g. different fill for some rects) and add it again, the second instance has the changes done to the first SVG. It looks like i am not actually creating different instances of the SVG. Any ideas?
The text was updated successfully, but these errors were encountered:
Hey, I am adding a SVG as component to my tree, that works as expected. If I then manipulate that SVG (e.g. different fill for some rects) and add it again, the second instance has the changes done to the first SVG. It looks like i am not actually creating different instances of the SVG. Any ideas?
The text was updated successfully, but these errors were encountered: