We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add solidColor element. Implement parsing from XML and writing to XML. Add test.
solidColor
This element was introduced in SVG spec version 2. While this library aims to support SVG 1 for now, this element might be useful. https://www.w3.org/TR/2013/WD-SVG2-20130409/pservers.html#SolidColors
Potential use case is to be able to change colors in SVG dynamically.
The text was updated successfully, but these errors were encountered:
igagis
No branches or pull requests
Add
solidColor
element.Implement parsing from XML and writing to XML.
Add test.
This element was introduced in SVG spec version 2. While this library aims to support SVG 1 for now, this element might be useful.
https://www.w3.org/TR/2013/WD-SVG2-20130409/pservers.html#SolidColors
Potential use case is to be able to change colors in SVG dynamically.
The text was updated successfully, but these errors were encountered: