mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
🛠️ Fix viewbox in some svgs
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="165" height="165" fill="none">
|
||||
<svg viewBox="0 0 165 165" xmlns="http://www.w3.org/2000/svg" width="165" height="165" fill="none">
|
||||
<path fill="#5DE8E8" d="M3 108.401c0-21.353 17.31-38.664 38.664-38.664H77.59c22.865 0 41.4 18.536 41.4 41.4 0 22.865-18.535 41.4-41.4 41.4H3v-44.136Z"/>
|
||||
|
||||
<path fill="#2B4FF1" d="M46.792 52.664C46.792 31.31 64.102 14 85.456 14h35.928c22.864 0 41.4 18.535 41.4 41.4s-18.536 41.4-41.401 41.4h-74.59V52.664Z"/>
|
||||
|
||||
|
Before Width: | Height: | Size: 881 B After Width: | Height: | Size: 903 B |
Reference in New Issue
Block a user