Open Clafou opened 8 years ago
When converting SVGs containing external images, these images are ignored. For example:
<image x="0" y="0" width="100%" height="100%" xlink:href="./Collage9x16.png" />
This works as expected in version 1.0.0. I thought it might due to paths and tried replacing the links with absolute paths with and without file:/// but this made no difference.
See https://github.com/domenic/svg2png/issues/49
According to upstream this should be fixed with upgrading svg2png to 3.0.1, can you confirm?
Sadly, upgrading svg2png from 3.0.0 to 3.0.1 made no difference
When converting SVGs containing external images, these images are ignored. For example:
<image x="0" y="0" width="100%" height="100%" xlink:href="./Collage9x16.png" />
This works as expected in version 1.0.0. I thought it might due to paths and tried replacing the links with absolute paths with and without file:/// but this made no difference.