Skip to content

Commit

Permalink
Merge pull request kubernetes#3802 from jbeda/seqdiag-tweak
Browse files Browse the repository at this point in the history
Small tweaks to sequence diagram generation.
  • Loading branch information
roberthbailey committed Jan 26, 2015
2 parents 6ba8b7d + a56595c commit b6e345c
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 b6e345c

Please sign in to comment.