mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
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:
parent
2f45d8f852
commit
a56595ce0e
@ -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 |
Loading…
Reference in New Issue
Block a user