]> granicus.if.org Git - docbook-dsssl/commitdiff
Fix bug #733406: ignore.image.scaling misses contentwidth.
authorBob Stayton <bobs@sagehill.net>
Sun, 22 Jun 2003 19:25:28 +0000 (19:25 +0000)
committerBob Stayton <bobs@sagehill.net>
Sun, 22 Jun 2003 19:25:28 +0000 (19:25 +0000)
xsl/html/graphics.xsl

index 2d420aaf438e76a509775b88d97a004f4c36aab3..9061caace0e45a1cc288293041a3dbe581abfeda 100644 (file)
 
   <xsl:variable name="contentwidth">
     <xsl:choose>
+      <xsl:when test="$ignore.image.scaling != 0"></xsl:when>
       <xsl:when test="@contentwidth">
         <xsl:variable name="units">
           <xsl:call-template name="length-units">
 
   <xsl:variable name="contentdepth">
     <xsl:choose>
+      <xsl:when test="$ignore.image.scaling != 0"></xsl:when>
       <xsl:when test="@contentdepth">
         <xsl:variable name="units">
           <xsl:call-template name="length-units">