[l2h] Bug in graphics-support.perl
V.Fyodorov at tltsu.ru
V.Fyodorov at tltsu.ru
Tue Oct 12 05:57:41 CEST 2004
Small tipo prevents using GRAPHICS_NOSCALE flag.
--- graphics-support.perl.orig 2004-10-12 08:51:36.059963600 +0500
+++ graphics-support.perl 2004-10-12 08:52:00.210292192 +0500
@@ -133,7 +133,7 @@
$GRAPHICS_PATH = [] unless defined($GRAPHICS_PATH);
@GRAPHICS_CLIPOPTS = qw(viewport trim clip);
- at GRAPHICS_SCALEOPTS = qw(scale width height totalheight keepaspectratio);
+ at GRAPHICS_SCALEEOPTS = qw(scale width height totalheight keepaspectratio);
@GRAPHICS_ROTATEOPTS= qw(angle origin);
# %GRAPHICS_OPTHIDE : graphics options we'll ignore
More information about the latex2html
mailing list