remy / inliner

Node utility to inline images, CSS and JavaScript for a web page - useful for mobile sites
MIT License
1.1k stars 165 forks source link

Problem inlining external image in svg in html #155

Open twitwi opened 7 years ago

twitwi commented 7 years ago

I'm opening the issue to keep track of it, I'll probably add tests at some point.

The image fails to be inlined (xlink is kept as is) in a snippet following this structure:

<html>
<svg>
   <image xlink:href="folder/stuff.jpg">
xvvvyz commented 7 years ago

This doesn't work either /:

<object data="thing.svg" type="image/svg+xml"></object>
remy commented 7 years ago