Home › Forums › DITA and XMetaL Discussion › displaying SVG images in PDF output › Reply To: displaying SVG images in PDF output
Reply to: displaying SVG images in PDF output
September 17, 2010 at 3:18 pmThanks – this did offer some clues. This is from the RenderX documentation:
SVG image height and width can be expressed in the following units: px, pc, pt, cm, mm, in. Other unit identifiers are not supported.
For some of my images, the issue was that no units were specified for width/height. For those images, I was able to display the image once I added units (either by editing the SVG file directly or by specifying an image size from the XMetal GUI).
Thanks again.