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
Some features are not supported like text, gradient, rotation
The text was updated successfully, but these errors were encountered:
+1 for gradients
Here's a sample SVG that renders a square with a red-to-blue gradient:
<svg width="64" height="64" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg"> <metadata id="metadata8">image/svg+xml</metadata> <defs> <linearGradient id="svg_1" x1="0.5" y1="1" x2="0.5"> <stop stop-color="#ff0000" offset="0"/> <stop stop-color="#0000ff" offset="1"/> </linearGradient> </defs> <g> <title>Layer 1</title> <rect fill="url(#svg_1)" stroke="#000000" stroke-width="0" stroke-dasharray="null" stroke-linejoin="null" stroke-linecap="null" x="8" y="8" width="48" height="48" id="svg_2"/> </g> </svg>
It appears as a single colour.
Sorry, something went wrong.
No branches or pull requests
Some features are not supported like text, gradient, rotation
The text was updated successfully, but these errors were encountered: