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
Here's a fairly simple graphic:
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"> <g fill="#F00" stroke="#3b5998" stroke-width="4"> <path d="M28,6h44v16l-22,21l-22-21z" fill="#6d84b4"/> <path d="M28,95h44v-16l-22-21l-22,21z" fill="#6d84b4"/> <path d="M6,30v42h15l21-21l-21-21z" fill="#afbfde"/> <path d="M95,30v42h-15l-21-21l21-21z" fill="#afbfde"/> </g> </svg>
It's supposed to have a stroke:
This library renders it without a stroke width:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here's a fairly simple graphic:
It's supposed to have a stroke:
This library renders it without a stroke width:
The text was updated successfully, but these errors were encountered: