Make Holllo mark larger.
This commit is contained in:
parent
633a016917
commit
e3296ce64f
|
@ -1,14 +1,14 @@
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
viewBox="0 0 100 100">
|
viewBox="0 0 100 100">
|
||||||
<defs>
|
<defs>
|
||||||
<path id="l-shape" d="M0,0 l10,0 l0,25 l5,0 l0,5 l-10,0 l0,-25 l-5,0 z" />
|
<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" />
|
||||||
</defs>
|
</defs>
|
||||||
|
|
||||||
<rect fill="rgb(30, 20, 50)" width="100" height="100"/>
|
<rect fill="rgb(30, 20, 50)" width="100" height="100"/>
|
||||||
|
|
||||||
<g fill="rgb(245, 245, 255)" transform="translate(12.5, 35)">
|
<g fill="rgb(245, 245, 255)" transform="translate(4, 25.5)">
|
||||||
<use xlink:href="#l-shape" transform="translate(10, 0)" />
|
<use xlink:href="#l-shape" />
|
||||||
<use xlink:href="#l-shape" transform="translate(45, 0) scale(-1, 1)" />
|
<use xlink:href="#l-shape" transform="translate(58, 0) scale(-1, 1)" />
|
||||||
<use xlink:href="#l-shape" transform="translate(50, 0)" />
|
<use xlink:href="#l-shape" transform="translate(68, 0)" />
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
|
|
Before Width: | Height: | Size: 546 B After Width: | Height: | Size: 524 B |
Loading…
Reference in New Issue