Small tweaks to sequence diagram generation.

Fix up name of font download and no transparency so it is easier to iterate.
This commit is contained in:
Joe Beda 2015-01-26 10:34:44 -08:00
parent 2f45d8f852
commit a56595ce0e
3 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ watch:
fswatch *.seqdiag | xargs -n 1 sh -c "make || true"
$(FONT):
curl -sLo $@ https://googlefontdirectory.googlecode.com/hg/apache/droidsansmono/$(FONT).ttf
curl -sLo $@ https://googlefontdirectory.googlecode.com/hg/apache/droidsansmono/$(FONT)
%.png: %.seqdiag $(FONT)
seqdiag -a -f '$(FONT)' $<
seqdiag --no-transparency -a -f '$(FONT)' $<

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 36 KiB