🐛 Fixes broken SVGs (#424)
Sorry for the bigger file sizes now, but all SVG compression methods I have tried have resulted into broken SVGs :(
This commit is contained in:
@@ -1 +1,3 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="1155" height="1000" fill="none"><path fill="#fff" d="m577.344 0 577.346 1000H0L577.344 0Z"/></svg>
|
||||
<svg width="1155" height="1000" viewBox="0 0 1155 1000" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M577.344 0L1154.69 1000H0L577.344 0Z" fill="white"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 145 B After Width: | Height: | Size: 173 B |
Reference in New Issue
Block a user