From 5bdd15fbc33d0e273e787a49bfdeb014cf83481d Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 2 May 2009 22:11:45 +0000 Subject: [PATCH] fix eps preview --- FS/FS/Misc/eps2png.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/Misc/eps2png.pm b/FS/FS/Misc/eps2png.pm index c175b3be8..aa8e5729a 100644 --- a/FS/FS/Misc/eps2png.pm +++ b/FS/FS/Misc/eps2png.pm @@ -31,7 +31,7 @@ my $mono = 0; # produce BW images if non-zero my $format; # output format my $gs_format; # GS output type my $output; # output, defaults to STDOUT -my $antialias = 8; #4; # antialiasing +my $antialias = 4; # antialiasing my $DEF_width; # desired widht my $DEF_height; # desired height #my $DEF_width = 90; # desired widht -- 2.11.0