mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
📦 Add `viewBox` property.
This commit is contained in:
@@ -1 +1 @@
|
||||
<svg width="256" height="384" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid"><path fill="#fff" d="M0 0h256v128H128L0 0Zm0 128h128l128 128H128v128L0 256V128Z"/></svg>
|
||||
<svg viewBox="0 0 256 384" width="256" height="384" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid"><path fill="#fff" d="M0 0h256v128H128L0 0Zm0 128h128l128 128H128v128L0 256V128Z"/></svg>
|
||||
|
Before Width: | Height: | Size: 184 B After Width: | Height: | Size: 206 B |
Reference in New Issue
Block a user