akoenig / gulp-svg2png

A gulp plugin for converting SVGs to PNGs.
MIT License
54 stars 34 forks source link

External images not rendered after update to 2.0.0 #25

Open Clafou opened 8 years ago

Clafou commented 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.

discordier commented 8 years ago

See https://github.com/domenic/svg2png/issues/49

discordier commented 8 years ago

According to upstream this should be fixed with upgrading svg2png to 3.0.1, can you confirm?

Clafou commented 8 years ago

Sadly, upgrading svg2png from 3.0.0 to 3.0.1 made no difference