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
{{ message }}
This repository has been archived by the owner on Jun 11, 2022. It is now read-only.
When encontering a tag targetting an external file with a relative path the previewer try to load the wrong file
Example
if I have <use href="top.svg#top" x="0" y="0" /> in the file /home/me/project/both.svg
It tries to load file:///usr/share/atom/resources/app.asar/static/top.svg
instead of /home/me/project/top.svg
using full path works
The text was updated successfully, but these errors were encountered:
When encontering a tag targetting an external file with a relative path the previewer try to load the wrong file
Example
if I have
<use href="top.svg#top" x="0" y="0" />
in the file/home/me/project/both.svg
It tries to load
file:///usr/share/atom/resources/app.asar/static/top.svg
instead of
/home/me/project/top.svg
using full path works
The text was updated successfully, but these errors were encountered: