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
Spec: https://svgwg.org/svg2-draft/coords.html#BoundingBoxes
resvg-js now calculates the same result as the Figure 3 result, which is wrong, this bug is also reported in upstream resvg issue #687
resvg-js
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="380px" height="120px" viewBox="0 0 380 120"> <title>Bounding Box of a Path</title> <g> <path stroke-width="2" fill="rgb(173, 216, 230)" stroke="none" fill-rule="evenodd" d="M20,50 L35,100 H120 V50 Q70,10 20,50" /> </g> </svg>
The text was updated successfully, but these errors were encountered:
My bad. This is working fine. I was meant to reopen linebender/resvg#549
Sorry, something went wrong.
Nice, we can fix it the next time we synchronize resvg.
Good point.
No branches or pull requests
Spec: https://svgwg.org/svg2-draft/coords.html#BoundingBoxes
resvg-js
now calculates the same result as the Figure 3 result, which is wrong, this bug is also reported in upstream resvg issue #687Test case
The text was updated successfully, but these errors were encountered: