Configure plantuml to generate svg files (fixes #7134)

This commit is contained in:
Septatrix
2020-03-10 19:09:31 +01:00
parent 46b4f595ca
commit 97133d4bf0
4 changed files with 32 additions and 3 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
translation.png: translation.puml
plantuml $<
translation.svg: translation.puml
plantuml -tsvg $<
clean:
rm translation.png
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

+29
View File
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.6 KiB