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
Usvg dependency supports embedding text inside svg, but printpdf not
Svg used to test behavior
<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"> <circle cx="50" cy="50" r="40" stroke="black" stroke-width="3" fill="red" /> <text x="50" y="55" font-size="20" text-anchor="middle" fill="white">A</text> </svg>
The text was updated successfully, but these errors were encountered:
Yeah, this is a pretty normal problem since PDF handles fonts / text specially. You'd have to first use a SVG library to convert the text to paths.
Sorry, something went wrong.
No branches or pull requests
Usvg dependency supports embedding text inside svg, but printpdf not
Svg used to test behavior
The text was updated successfully, but these errors were encountered: