Add an explicit height to the SVG.

This commit is contained in:
Bauke 2023-05-10 12:25:44 +02:00
parent 786bcce6b4
commit bf5a20c0b8
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 988 B

After

Width:  |  Height:  |  Size: 760 B

View File

@ -1,4 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="128" viewBox="0 0 100 100">
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 100 100">
<rect fill="#eff1f5" width="100" height="100" />
<!-- Alignment grid. -->

Before

Width:  |  Height:  |  Size: 781 B

After

Width:  |  Height:  |  Size: 794 B