Skip to content

Commit

Permalink
Small tweaks to sequence diagram generation.
Browse files Browse the repository at this point in the history
Fix up name of font download and no transparency so it is easier to iterate.
  • Loading branch information
jbeda committed Jan 26, 2015
1 parent 2f45d8f commit a56595c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/design/clustering/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 modified docs/design/clustering/dynamic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/design/clustering/static.png
Loading
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 a56595c

Please sign in to comment.