Re: Another SVG does not render with Batik
Alexey Kanakhin <[email protected]>
| Newsgroups | gmane.text.xml.fop.user |
|---|---|
| Message-ID | <[email protected]> |
Thomas Radtke-2 wrote > Am 03.02.2016 um 12:27 schrieb Thomas Radtke: > It appears the problem goes away when placing all images in the base > directory. That's an ugly workaround, but an easy one as by chance I > have unique filenames. If you are using XSL stylesheets there is another workaround. You can use img.src.path parameter and put absolute path to images into this parameter. For example: <xsl:param name="img.src.path">/path/to/project/images/</xsl:param> You can also change this parameter from command line. -- View this message in context: http://apache-fop.1065347.n5.nabble.com/Another-SVG-does-not-render-with-Batik-tp43456p43823.html Sent from the FOP - Users mailing list archive at Nabble.com.