1
0
forked from rosa/hakurei

10 Commits

6 changed files with 20 additions and 18 deletions

View File

@@ -1,5 +1,6 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" width="12" viewBox="0 0 100 100"> <svg xmlns="http://www.w3.org/2000/svg" width="20" viewBox="-20 -20 160 125">
<rect x="10" width="20" height="100" rx="4" fill="red"/> <polygon points="0,0 100,50 0,100" fill="red" stroke="red" stroke-width="10" stroke-linejoin="round"/>
<rect x="70" width="20" height="100" rx="4" fill="red"/> <line x1="10" y1="30" x2="50" y2="70" stroke="white" stroke-width="16"/>
<line x1="50" y1="30" x2="10" y2="70" stroke="white" stroke-width="16"/>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 225 B

After

Width:  |  Height:  |  Size: 368 B

View File

@@ -1,5 +1,6 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" width="12" viewBox="0 0 100 100"> <svg xmlns="http://www.w3.org/2000/svg" width="20" viewBox="-20 -20 160 125">
<rect y="10" width="100" height="20" rx="4" fill="red"/> <polygon points="0,0 100,0 50,100" fill="red" stroke="red" stroke-width="10" stroke-linejoin="round"/>
<rect y="70" width="100" height="20" rx="4" fill="red"/> <line x1="30" y1="10" x2="70" y2="50" stroke="white" stroke-width="16"/>
<line x1="30" y1="50" x2="70" y2="10" stroke="white" stroke-width="16"/>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 225 B

After

Width:  |  Height:  |  Size: 368 B

View File

@@ -1,5 +1,5 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" width="12" viewBox="0 0 100 100"> <svg xmlns="http://www.w3.org/2000/svg" width="12" viewBox="0 0 100 100" fill="blue">
<rect x="10" width="20" height="100" rx="4" fill="blue"/> <rect x="10" width="20" height="100" rx="4"/>
<rect x="70" width="20" height="100" rx="4" fill="blue"/> <rect x="70" width="20" height="100" rx="4"/>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 227 B

After

Width:  |  Height:  |  Size: 215 B

View File

@@ -1,5 +1,5 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" width="12" viewBox="0 0 100 100"> <svg xmlns="http://www.w3.org/2000/svg" width="12" viewBox="0 0 100 100" fill="blue">
<rect y="10" width="100" height="20" rx="4" fill="blue"/> <rect y="10" width="100" height="20" rx="4"/>
<rect y="70" width="100" height="20" rx="4" fill="blue"/> <rect y="70" width="100" height="20" rx="4"/>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 227 B

After

Width:  |  Height:  |  Size: 215 B

View File

@@ -1,5 +1,5 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" width="12" viewBox="0 0 100 100"> <svg xmlns="http://www.w3.org/2000/svg" width="12" viewBox="0 0 100 100" fill="black">
<rect x="10" width="20" height="100" rx="4" fill="black"/> <rect x="10" width="20" height="100" rx="4"/>
<rect x="70" width="20" height="100" rx="4" fill="black"/> <rect x="70" width="20" height="100" rx="4"/>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 229 B

After

Width:  |  Height:  |  Size: 216 B

View File

@@ -1,5 +1,5 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" width="12" viewBox="0 0 100 100"> <svg xmlns="http://www.w3.org/2000/svg" width="12" viewBox="0 0 100 100" fill="black">
<rect y="10" width="100" height="20" rx="4" fill="black"/> <rect y="10" width="100" height="20" rx="4"/>
<rect y="70" width="100" height="20" rx="4" fill="black"/> <rect y="70" width="100" height="20" rx="4"/>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 229 B

After

Width:  |  Height:  |  Size: 216 B