Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 453664 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- configure
0
++ configure
Lines 150-156 Link Here
150
	my $size = shift;
150
	my $size = shift;
151
	my $zoom_factor = $size / 90;
151
	my $zoom_factor = $size / 90;
152
	return "$target: $source\n" .
152
	return "$target: $source\n" .
153
	       "\trsvg -x $zoom_factor -y $zoom_factor $source $target";
153
	       "\trsvg-convert -x $zoom_factor -y $zoom_factor $source -o $target";
154
}
154
}
155
155
156
sub usage {
156
sub usage {

Return to bug 453664