Skip to content

Commit

Permalink
[tutorial] added more stuff
Browse files Browse the repository at this point in the history
- two more pages
- turned off text-to-path, which produced ugly results
  • Loading branch information
Carl Masak committed Nov 4, 2009
1 parent 2d1d511 commit 6013087
Show file tree
Hide file tree
Showing 6 changed files with 6,174 additions and 32 deletions.
4 changes: 2 additions & 2 deletions tutorial/make-pdf
Expand Up @@ -5,10 +5,10 @@ my $inkscape_executable
= '/Applications/Inkscape.app/Contents/Resources/bin/inkscape';

system
"$inkscape_executable --export-text-to-path "
"$inkscape_executable "
. "--without-gui --file=src/page$_.svg "
. "--export-pdf=pdf/page$_.pdf"
for 1..2;
for 1..4;

system
'gs -q -sPAPERSIZE=letter -dNOPAUSE -dBATCH -sDEVICE=pdfwrite'
Expand Down
10 changes: 5 additions & 5 deletions tutorial/src/page1.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 25 additions & 25 deletions tutorial/src/page2.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6013087

Please sign in to comment.