mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Merge pull request #3802 from jbeda/seqdiag-tweak
Small tweaks to sequence diagram generation.
This commit is contained in:
commit
b6e345c3c9
@ -10,7 +10,7 @@ watch:
|
|||||||
fswatch *.seqdiag | xargs -n 1 sh -c "make || true"
|
fswatch *.seqdiag | xargs -n 1 sh -c "make || true"
|
||||||
|
|
||||||
$(FONT):
|
$(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)
|
%.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 |
Loading…
Reference in New Issue
Block a user