Skip to content
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

Closed
Baxom opened this issue Feb 17, 2020 · 5 comments
Closed

canvas not loading all svg... #945

Baxom opened this issue Feb 17, 2020 · 5 comments
Assignees
Projects

Comments

@Baxom
Copy link

Baxom commented Feb 17, 2020

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 :

expecting

Thank you for your help !

@gabelerner
Copy link
Member

gabelerner commented Feb 23, 2020

@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>

image

@dangreen dangreen self-assigned this Feb 24, 2020
@dangreen
Copy link
Collaborator

@Baxom Thanks for an issue.

@Baxom @gabelerner I can take it soon

@dangreen dangreen added the wip Work in progress label Mar 22, 2020
@dangreen dangreen added Done and removed wip Work in progress Done labels Mar 22, 2020
@dangreen
Copy link
Collaborator

@Baxom Hi! Before release you can test fix on demo page: https://canvg.github.io/canvg/demo/index.html?url=../svgs/issue945.svg

@dangreen
Copy link
Collaborator

@Baxom canvg@3.0.6 was released

@Baxom
Copy link
Author

Baxom commented Mar 24, 2020

Hello,

I've updated my version and tested it, and it works wonderfully.

A big thanks to you !

I close the issue !

@Baxom Baxom closed this as completed Mar 24, 2020
@dangreen dangreen added this to Done in Development Mar 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development
  
Done
Development

No branches or pull requests

3 participants