Hi all,

I am trying to generate an SVG file that contains a link to an external pgn
file. eg:
---
<image width="16" height="16" xlink:href="x.png"></image>
---

I can create an external link to a jpg image but not a png.

I added...

<map:match pattern="**.png">
  <map:read mime-type="image/png" src="{1}.png"/>
</map:match>

But could not find a serializer that was just png only svg2png. 

Any clues?

Linc



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to