Search found 2 matches

by zharramadar
2019-01-17T05:54:45-07:00
Forum: Magick.NET
Topic: SVG with linked images conversion
Replies: 5
Views: 15526

Re: SVG with linked images conversion

It is rendering all text and other elements, in the right position, just the linked images are missing.

It is better if I do not shell from C# to call an external app to perform the conversion, it is best to keep all internal in the application in my case.
I can also read all external images and ...
by zharramadar
2019-01-16T09:56:39-07:00
Forum: Magick.NET
Topic: SVG with linked images conversion
Replies: 5
Views: 15526

SVG with linked images conversion

Hi,

I'm having an issue converting SVG files with linked images. Embedded images work fine though.
I have in a SVG file I'm testing the following line:

<image xlink:href='C:/Data/0160019002-13.png' x='6mm' y='96mm' height='8mm' width='33.7mm' />

When opening the SVG file using a browser, the ...