Merge pull request #3802 from jbeda/seqdiag-tweak

Small tweaks to sequence diagram generation.
This commit is contained in:
roberthbailey 2015-01-26 13:54:08 -08:00
commit b6e345c3c9
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