1
Fork 0

Make Holllo mark slightly smaller.

This commit is contained in:
Bauke 2022-10-11 22:31:29 +02:00
parent e3296ce64f
commit 50f2df77df
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 0 100 100">
<defs>
<path id="l-shape" d="M0,0 l16.5,0 l0,42 l7.5,0 l0,8 l-16.5,0 l0,-42 l-7.5,0 z" />
<path id="l-shape" d="M0,0 l16,0 l0,42 l8,0 l0,8 l-16,0 l0,-42 l-8,0 z" />
</defs>
<rect fill="rgb(30, 20, 50)" width="100" height="100"/>
<g fill="rgb(245, 245, 255)" transform="translate(4, 25.5)">
<g fill="rgb(245, 245, 255)" transform="scale(0.9) translate(9, 30)">
<use xlink:href="#l-shape" />
<use xlink:href="#l-shape" transform="translate(58, 0) scale(-1, 1)" />
<use xlink:href="#l-shape" transform="translate(68, 0)" />

Before

Width:  |  Height:  |  Size: 524 B

After

Width:  |  Height:  |  Size: 525 B