summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--clustering/Makefile4
-rw-r--r--clustering/dynamic.pngbin87530 -> 72373 bytes
-rw-r--r--clustering/static.pngbin45845 -> 36583 bytes
3 files changed, 2 insertions, 2 deletions
diff --git a/clustering/Makefile b/clustering/Makefile
index c4095421..298479f1 100644
--- a/clustering/Makefile
+++ b/clustering/Makefile
@@ -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)' $<
diff --git a/clustering/dynamic.png b/clustering/dynamic.png
index 9f2ff9db..92b40fee 100644
--- a/clustering/dynamic.png
+++ b/clustering/dynamic.png
Binary files differ
diff --git a/clustering/static.png b/clustering/static.png
index a01ebbe8..bcdeca7e 100644
--- a/clustering/static.png
+++ b/clustering/static.png
Binary files differ