Author: henning
Date: Sat Apr 28 10:58:42 2007
New Revision: 533402
URL: http://svn.apache.org/viewvc?view=rev&rev=533402
Log:
We can actually use SVGs to render the PDF...
Modified:
velocity/docs/src/styles/pdf/custom.xsl
Modified: velocity/docs/src/styles/pdf/custom.xsl
URL:
http://svn.apache.org/viewvc/velocity/docs/src/styles/pdf/custom.xsl?view=diff&rev=533402&r1=533401&r2=533402
==============================================================================
--- velocity/docs/src/styles/pdf/custom.xsl (original)
+++ velocity/docs/src/styles/pdf/custom.xsl Sat Apr 28 10:58:42 2007
@@ -21,8 +21,9 @@
version='1.0'>
<!-- Use nice graphics for admonitions -->
- <xsl:param name="admon.graphics">'1'</xsl:param>
+ <xsl:param name="admon.graphics">1</xsl:param>
<xsl:param
name="admon.graphics.path">@file.prefix@@dbf.xsl@/images/</xsl:param>
+ <xsl:param name="admon.graphics.extension">.svg</xsl:param>
<xsl:param name="draft.watermark.image"
select="'@file.prefix@@dbf.xsl@/images/draft.png'"/>
<xsl:param name="paper.type" select="'@paper.type@'"/>