From bb136878da68237628ad4312e4eaf2c32de49407 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Wed, 9 Jan 2002 13:27:04 +0000 Subject: [PATCH] Convert graphic widths/depths to pixels --- xsl/html/graphics.xsl | 106 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 104 insertions(+), 2 deletions(-) diff --git a/xsl/html/graphics.xsl b/xsl/html/graphics.xsl index b9b64538e..0c2994da2 100644 --- a/xsl/html/graphics.xsl +++ b/xsl/html/graphics.xsl @@ -95,7 +95,58 @@ % - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Relative units (ems) are not supported on widths. + Using 12pt/em. + + + + + + Unrecognized unit given for width: + + . Treating as px. + + + + + @@ -103,7 +154,58 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Relative units (ems) are not supported on depths. + Using 12pt/em. + + + + + + Unrecognized unit given for depth: + + . Treating as px. + + + + + -- 2.40.0