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

SVG example does not work with newer inkscape versions #25

Open
ahorn42 opened this issue May 2, 2022 · 0 comments
Open

SVG example does not work with newer inkscape versions #25

ahorn42 opened this issue May 2, 2022 · 0 comments

Comments

@ahorn42
Copy link

ahorn42 commented May 2, 2022

Hi,

I just figured out, that the svg example does no work with inkscape 1.1 as inkscape has changed its CLI parameters.

I changed the \epstopdfDeclareGraphicsRule to the following to make it work again:

\epstopdfDeclareGraphicsRule{.svg}{pdf}{.pdf}{
  inkscape #1 --export-text-to-path --export-filename=\OutputFile
}

Maybe this should be mentioned/updated in the readme.md :)

I also added the --export-text-to-path parameter as the rending with text as text looked really broken - only lines und shapes were fine the text was totally messed up in the PDF generated by inkscape.

Best regards and thanks a lot for your work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant