Skip to content

Commit

Permalink
tree example should have white background
Browse files Browse the repository at this point in the history
  • Loading branch information
mzucker committed Sep 20, 2016
1 parent e208801 commit e37c534
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified example_output/tree.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion makefile
Expand Up @@ -18,7 +18,7 @@ example_output/notesB.pdf: examples/notesB1.jpg examples/notesB2.jpg
example_output/tree.pdf: examples/tree.jpg
mkdir -p example_output && \
cd example_output && \
../noteshrink.py -O -o tree.pdf ../examples/tree.jpg
../noteshrink.py -O -w -o tree.pdf ../examples/tree.jpg

example_output/graph-paper-ink-only.pdf: examples/graph-paper-ink-only.jpg
mkdir -p example_output && \
Expand Down

0 comments on commit e37c534

Please sign in to comment.