From e2f6abf3b4fe71a9275efb61bf47523c47d29c76 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Fri, 27 Sep 2002 12:27:22 +0000 Subject: [PATCH] Bug #516859: added default.image.width --- xsl/html/graphics.xsl | 62 ++++++++++++++++++------------ xsl/params/default.image.width.xml | 26 +++++++++++++ 2 files changed, 63 insertions(+), 25 deletions(-) create mode 100644 xsl/params/default.image.width.xml diff --git a/xsl/html/graphics.xsl b/xsl/html/graphics.xsl index d2154ec38..921b00079 100644 --- a/xsl/html/graphics.xsl +++ b/xsl/html/graphics.xsl @@ -151,12 +151,47 @@ alignment. --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0 0 - 1 + 1 0 @@ -283,35 +318,12 @@ - - - - - - - - - - - - - - - - - - - - - - - - + diff --git a/xsl/params/default.image.width.xml b/xsl/params/default.image.width.xml new file mode 100644 index 000000000..edda404cc --- /dev/null +++ b/xsl/params/default.image.width.xml @@ -0,0 +1,26 @@ + + +default.image.width +length + + +default.image.width +The default width of images + + + + + + + + +Description + +If specified, this value will be used for the +width attribute on +images that do not specify any +viewport +dimensions. + + + -- 2.40.0