]> granicus.if.org Git - docbook-dsssl/commitdiff
Added BMP, GIF, and TIFF to supported graphics for FOP,
authorBob Stayton <bobs@sagehill.net>
Sun, 22 Jun 2003 22:18:03 +0000 (22:18 +0000)
committerBob Stayton <bobs@sagehill.net>
Sun, 22 Jun 2003 22:18:03 +0000 (22:18 +0000)
per the FOP documentation.

xsl/fo/graphics.xsl

index 5e6c001360579dc75efcdff4387840a940f6e728..eb2d1c14862f8abdf14b048d4fb67d3f80daf342 100644 (file)
@@ -33,7 +33,7 @@
       <xsl:text> PNG PDF JPG JPEG linespecific </xsl:text>
     </xsl:when>
     <xsl:when test="$fop.extensions != 0">
-      <xsl:text> SVG PNG PDF JPG JPEG linespecific </xsl:text>
+      <xsl:text> BMP GIF TIFF SVG PNG PDF JPG JPEG linespecific </xsl:text>
     </xsl:when>
     <xsl:when test="$arbortext.extensions != 0">
       <xsl:text> PNG PDF JPG JPEG linespecific GIF GIF87a GIF89a TIFF BMP </xsl:text>