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
When I include some SVG image in my markdown that includes stroke attribute, like this one:
![](https://dl.dropboxusercontent.com/s/ycr90pgdfy843ie/Vectores%20en%20el%20plano.svg)
The exported PDF is corrupted and can not be opened.
Inside the SVG file there are objects like this one:
<g stroke="#000000" fill-opacity="1.0000" fill-rule="nonzero" fill="#0000ff"></g>
If I remove the stroke attribute everything works ok.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I include some SVG image in my markdown that includes stroke attribute, like this one:
![](https://dl.dropboxusercontent.com/s/ycr90pgdfy843ie/Vectores%20en%20el%20plano.svg)
The exported PDF is corrupted and can not be opened.
Inside the SVG file there are objects like this one:
<g stroke="#000000" fill-opacity="1.0000" fill-rule="nonzero" fill="#0000ff"></g>
If I remove the stroke attribute everything works ok.
The text was updated successfully, but these errors were encountered: