various GUI improvements

This commit is contained in:
Stephan Richter
2020-12-11 00:57:53 +01:00
parent 1e2edabcb1
commit e80d5fe79f
9 changed files with 49 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
<svg width="100" height="100" viewbox="0 0 100 100">
<rect x="35" y="0" width="30" height="%height%" />
<rect class="block" x="10" y="20" width="80" height="%height%-40" />
<text x="25" y="65" fill="red" transform="translate(100, 0) rotate(90)">%text%</text>
<text x="25" y="65" transform="translate(100, 0) rotate(90)">%text%</text>
</svg>

Before

Width:  |  Height:  |  Size: 268 B

After

Width:  |  Height:  |  Size: 257 B