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
Currently, only the properties of root SVG can be modified (Eg, fill and stroke colors). I am planning to extend that to allow to modify anything, provided the SVG is defined in that way.
The use case is that SVG could be modified on the fly and you won't need to create multiple SVGs for the same thing.
Example, let's say you define a file gradient.svg:
Currently, only the properties of root SVG can be modified (Eg, fill and stroke colors). I am planning to extend that to allow to modify anything, provided the SVG is defined in that way.
The use case is that SVG could be modified on the fly and you won't need to create multiple SVGs for the same thing.
Example, let's say you define a file gradient.svg:
Under this new feature, you'll be able to modify to and from colors, using this:
the benefit here is that it's brief enough and won't conflict with VueJS.
Thoughts? Is this something people would like to see?
The text was updated successfully, but these errors were encountered: