You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Summary
I have an issue when trying to render a svg file containing some filter in my README.md
Setup
My
src/stone.svg
and point to it using![img](src/stone.svg)
in aREADME.md
:Observed
I got a wrong rendering when using
![img](src/stone.svg)
:Workaround
I got the correct rendering when using
![stone](https://rawgit.luolix.top/Mizux/svg/master/src/stone.svg)
note: the svg is correctly rendered here also: https://github.com/Mizux/svg/blob/master/src/stone.svg
maybe related to:
The text was updated successfully, but these errors were encountered: