]> granicus.if.org Git - docbook-dsssl/commitdiff
Image depth calculation was using nominal.image.width
authorBob Stayton <bobs@sagehill.net>
Thu, 17 Jul 2003 17:14:38 +0000 (17:14 +0000)
committerBob Stayton <bobs@sagehill.net>
Thu, 17 Jul 2003 17:14:38 +0000 (17:14 +0000)
when it should have been using nominal.image.depth.

xsl/html/graphics.xsl

index 9061caace0e45a1cc288293041a3dbe581abfeda..0971d30237e4dcb1bc7d163d440558bac9981d7f 100644 (file)
         </xsl:choose>
       </xsl:when>
       <xsl:otherwise>
-        <xsl:value-of select="$nominal.image.width"/>
+        <xsl:value-of select="$nominal.image.depth"/>
       </xsl:otherwise>
     </xsl:choose>
   </xsl:variable>