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

Ignores all text #146

Closed
ysalmon opened this issue Oct 1, 2023 · 1 comment · Fixed by #153
Closed

Ignores all text #146

ysalmon opened this issue Oct 1, 2023 · 1 comment · Fixed by #153
Labels

Comments

@ysalmon
Copy link
Contributor

ysalmon commented Oct 1, 2023

Describe the bug
Conversion ignores all texts in the SVG.

Setup:

  • Mode: python package
  • SVG2TikZ version: today's master
  • OS version: KUbuntu 22.04

To Reproduce
get SVG file alternative

do with open("/tmp/essai.tex", "w") as f : f.write(svg2tikz.convert_file("/tmp/alternative.svg", crop=True, t="raw"))

Expected behavior
Generated TikZ code should contain \nodes for texts.

@ldevillez ldevillez added the bug label Oct 5, 2023
@ldevillez
Copy link
Collaborator

Thanks @ysalmon,
I will look into when I can :)

@ldevillez ldevillez linked a pull request Oct 6, 2023 that will close this issue
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants