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
Attach (recommended) or Link to PDF file here: test.pdf
Configuration:
Steps to reproduce the problem:
What is the expected behavior? (Latest Chrome)
What went wrong? (Latest Firefox)
I used Adobe InDesign to export my project into pdf which contains svg layers. Here is a sample of svg i used for a demo above:
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"> <defs> <linearGradient id="gradient" gradientUnits="userSpaceOnUse" x1="10" x2="90" y1="90" y2="10"> <stop offset="0%" stop-color="#0a00b2"/> <stop offset="50%" stop-color="#ff0000"/> <stop offset="100%" stop-color="#fffc00"/> </linearGradient> <style> .circle { fill: none; stroke: url(#gradient); stroke-width: 2px; } </style> </defs> <circle class="circle" cx="50" cy="50" r="43"/> </svg>
The text was updated successfully, but these errors were encountered:
Maybe a duplicate of #6769 and #10955.
Sorry, something went wrong.
No branches or pull requests
Attach (recommended) or Link to PDF file here:
test.pdf
Configuration:
Steps to reproduce the problem:
What is the expected behavior? (Latest Chrome)
What went wrong? (Latest Firefox)
I used Adobe InDesign to export my project into pdf which contains svg layers. Here is a sample of svg i used for a demo above:
The text was updated successfully, but these errors were encountered: