-
Notifications
You must be signed in to change notification settings - Fork 615
New issue
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
canvas not loading all svg... #945
Comments
@dangreen another path parsing error <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2000 500" style="height:350px"><g transform="translate(0,420)" fill="none" font-size="10" font-family="sans-serif" text-anchor="middle"><path class="domain" stroke="currentColor" d="M0.5,-420V0.5H1900.5V-420"></path></g></svg> |
@Baxom Thanks for an issue. @Baxom @gabelerner I can take it soon |
@Baxom Hi! Before release you can test fix on demo page: https://canvg.github.io/canvg/demo/index.html?url=../svgs/issue945.svg |
@Baxom [email protected] was released |
Hello, I've updated my version and tested it, and it works wonderfully. A big thanks to you ! I close the issue ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
Here a suspicious case, i 'm trying to print a svg (creating by d3js).
But the following function is missing a part of the svg. (axis of the graph).
See demo here: https://jsfiddle.net/tkz3u9vg, you can get the Html from the demo.
Expecting is here :
Thank you for your help !
The text was updated successfully, but these errors were encountered: