Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Commit 7ee6de7

Browse files
Corrected image elas_1704 "Combining popularity with sum"
Closes #300
1 parent e643049 commit 7ee6de7

File tree

3 files changed

+702
-893
lines changed

3 files changed

+702
-893
lines changed

images/elas_1704.png

-187 Bytes
Loading

scripts/svg_to_png.pl

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
use warnings;
55
use Path::Class;
66
use Capture::Tiny qw(capture);
7-
my $inkscape = '/Applications/Inkscape.app/Contents/Resources/bin/inkscape';
7+
my $inkscape = 'inkscape';
88

99
my $width = shift @ARGV or die "USAGE: $0 [width]\n";
1010

1111
my $src = dir('svg');
12-
my $out = dir('images');
12+
my $out = dir('images_temp');
1313

1414
$out->rmtree;
1515
$out->mkpath;

0 commit comments

Comments
 (0)