MT#7867 Return scale 0.8 untill other options tested with real printing

(cherry picked from commit 0fbbcf663714153e702cea2d4ffbfba24e0f107c)
gjungwirth/voicemail_number
Irka 11 years ago
parent b2f21dd777
commit bcc0101682

@ -36,7 +36,7 @@ sub svg_pdf {
# when using 90dpi.
# (it doesn't happen with inkscape, no idea what rsvg does)
#-z 0.8 , --dpi-x 72 --dpi-y 72
my @cmd_args = (qw/-a -f pdf/, @pagefiles);
my @cmd_args = (qw/-a -f pdf -z 0.8/, @pagefiles);
my $cmd = 'rsvg-convert';
my $cmd_full = $cmd.' '.join(' ', @cmd_args);
$c and $c->log->debug( $cmd_full );

Loading…
Cancel
Save