Add an explicit height to the SVG.
This commit is contained in:
parent
786bcce6b4
commit
bf5a20c0b8
Binary file not shown.
Before Width: | Height: | Size: 988 B After Width: | Height: | Size: 760 B |
|
@ -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 |
Loading…
Reference in New Issue