mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
data: center logo vertically
The current logo has asymmetrical 62/19 px top/bottom padding. Let's center it (40/41 px top/bottom) so it looks better in the titlebar.
This commit is contained in:
parent
9e6aaa689a
commit
b8568c3258
2 changed files with 4 additions and 4 deletions
|
|
@ -3,6 +3,6 @@
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="256px" height="256px"
|
<svg xmlns="http://www.w3.org/2000/svg" width="256px" height="256px"
|
||||||
viewbox="0 0 256 256"
|
viewbox="0 0 256 256"
|
||||||
stroke-linecap="round" stroke-linejoin="round" stroke-width="12">
|
stroke-linecap="round" stroke-linejoin="round" stroke-width="12">
|
||||||
<path fill="#ffffff" stroke="#ffffff" d="m 26 68 91 55 v 108 l -76 -61 z" />
|
<path fill="#ffffff" stroke="#ffffff" d="m 26 46 91 55 v 108 l -76 -61 z" />
|
||||||
<path fill="#000000" stroke="#000000" d="m 229 68 -91 55 v 108 l 76 -61 z" />
|
<path fill="#000000" stroke="#000000" d="m 229 46 -91 55 v 108 l 76 -61 z" />
|
||||||
</svg>
|
</svg>
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 430 B After Width: | Height: | Size: 430 B |
|
|
@ -3,6 +3,6 @@
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="256px" height="256px"
|
<svg xmlns="http://www.w3.org/2000/svg" width="256px" height="256px"
|
||||||
viewbox="0 0 256 256"
|
viewbox="0 0 256 256"
|
||||||
stroke-linecap="round" stroke-linejoin="round" stroke-width="12">
|
stroke-linecap="round" stroke-linejoin="round" stroke-width="12">
|
||||||
<path fill="#f0d70f" stroke="#f0d70f" d="m 26 68 91 55 v 108 l -76 -61 z" />
|
<path fill="#f0d70f" stroke="#f0d70f" d="m 26 46 91 55 v 108 l -76 -61 z" />
|
||||||
<path fill="#d02f90" stroke="#d02f90" d="m 229 68 -91 55 v 108 l 76 -61 z" />
|
<path fill="#d02f90" stroke="#d02f90" d="m 229 46 -91 55 v 108 l 76 -61 z" />
|
||||||
</svg>
|
</svg>
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 430 B After Width: | Height: | Size: 430 B |
Loading…
Add table
Add a link
Reference in a new issue