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
The following SVG path:
<svg width="300" height="300" xmlns="http://www.w3.org/2000/svg"> <path id="path20357-42-32-9-0" fill="none" stroke="#70551f" stroke-width="8" d="M 126 32 C 126 13 122 63 105 96 C 92 122 43.5625 161 43 161 C 70 162 88 151 96 149"/> </svg>
renders as follows in Firefox:
when flattening it using this crate, the resulting line segments look as follows:
The text was updated successfully, but these errors were encountered:
coat_of_arms.svg
No branches or pull requests
The following SVG path:
renders as follows in Firefox:
when flattening it using this crate, the resulting line segments look as follows:
The text was updated successfully, but these errors were encountered: