Skip to content

Commit

Permalink
Corrected image elas_1704 "Combining popularity with sum"
Browse files Browse the repository at this point in the history
Closes #300
  • Loading branch information
clintongormley committed Jan 16, 2015
1 parent e643049 commit 7ee6de7
Show file tree
Hide file tree
Showing 3 changed files with 702 additions and 893 deletions.
Binary file modified images/elas_1704.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions scripts/svg_to_png.pl
Expand Up @@ -4,12 +4,12 @@
use warnings;
use Path::Class;
use Capture::Tiny qw(capture);
my $inkscape = '/Applications/Inkscape.app/Contents/Resources/bin/inkscape';
my $inkscape = 'inkscape';

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

my $src = dir('svg');
my $out = dir('images');
my $out = dir('images_temp');

$out->rmtree;
$out->mkpath;
Expand Down

0 comments on commit 7ee6de7

Please sign in to comment.