Hello list,

i try to embedd an external svg graphic to my pdf file.I used the following lines in my stylesheet:

<fo:external-graphic space-before="0.1cm" width="5cm">
<xsl:attribute name="src">
<xsl:value-of select="eo_256"/> <!-- file name of the svg image -->
</xsl:attribute>
<xsl:attribute name="width">5cm</xsl:attribute> </fo:external-graphic>


The result is not as expected. It seems FOP ignores the width attribute. The embedded SVG image is scaled to the maximum width (xsl-region-body-width). Any solutions for scaling an external svg graphic?? What did i wrong?

--

regards

Timo Haberkern




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



Reply via email to