-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change fill and stroke color #13
Comments
You cannot do it through the properties (at least for now) as long as this functionality has not been implemented yet.
|
@odedBartov, was my answer helpful for you? |
Not really, i want to change just one specific property (Color) of the image in the HTML, but thank you for the information |
If someone else ends here like me, trying to use files and not "inject" the svg in the code. Hope this saves someone's time or gives some ideas. Read the svg from assets folder:
Use a regex (:disappointed:) to replace or add the new attribute. It's not very restrictive, but I expect the base SVGs to be controlled and tested:
And finally send the result to SVGImage src using the |
How can i change the color of the SVG image? It dosent matter what i put in this properties i still stuck with the default color
The text was updated successfully, but these errors were encountered: