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
If I well understood, when converting a svg to png, the attribute <image ... xlink:href> is parsed for the contained url.
However in some cases this url is relative; if I try to convert such kind of images on my machine when the svg image was downloaded from the internet, the python library looks for the link and then looks for the resource in the current folder, not in the remote baseUrl. Is it possible to specify this last somehow ?
Thanks in advance for the information
The text was updated successfully, but these errors were encountered:
If I well understood, when converting a svg to png, the attribute <image ... xlink:href> is parsed for the contained url.
However in some cases this url is relative; if I try to convert such kind of images on my machine when the svg image was downloaded from the internet, the python library looks for the link and then looks for the resource in the current folder, not in the remote baseUrl. Is it possible to specify this last somehow ?
Thanks in advance for the information
The text was updated successfully, but these errors were encountered: