fix wrong width of auto

This commit is contained in:
Filip Krumpe
2022-01-12 16:22:55 +01:00
parent 5b26406011
commit 3d01f06936
+1 -1
View File
@@ -1,4 +1,4 @@
<svg width=auto height=30>
<svg width=100% height=30>
<text x=0 y=20>ACME</text>
</svg>

Before

Width:  |  Height:  |  Size: 111 B

After

Width:  |  Height:  |  Size: 111 B