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 support for A (elliptical Arc) in path SVG shape, for example:
A
<path d="M35 25 L115 25 A 10 20 0 0 1 125 45 L 125 105 A 10 20 0 0 1 115 125 L 35 125 A 10 20 0 0 1 25 105 L 25 45 A 10 20 0 0 1 35 25" fill="red"/>
This will fix shapes-intro-02-f-manual, struct-image-18-f-manual, paths-data-19-f-manual tests from SVG 1.1 Test Suite.
The text was updated successfully, but these errors were encountered:
05c91d8
kayuri
ystrot
No branches or pull requests
Add support for
A
(elliptical Arc) in path SVG shape, for example:This will fix shapes-intro-02-f-manual, struct-image-18-f-manual, paths-data-19-f-manual tests from SVG 1.1 Test Suite.
The text was updated successfully, but these errors were encountered: