fix background tiling

main
jbb01 4 months ago
parent c96af40b2d
commit 6e5d53e554

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="-86.6025 -150 173.205 300"> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="-86.6025 -450 173.205 600">
<defs> <defs>
<path id="star" stroke-linejoin="round" stroke="white" fill="white" <path id="star" stroke-linejoin="round" stroke="white" fill="white"
d="M0 -100 1.73205 -1 86.6025 50 0 2 -86.6025 50 -1.73205 -1 Z" /> d="M0 -100 1.73205 -1 86.6025 50 0 2 -86.6025 50 -1.73205 -1 Z" />
@ -11,4 +11,7 @@
<use href="#star" x="86.6025" y="100"/> <use href="#star" x="86.6025" y="100"/>
</g> </g>
<use href="#group" x="0" y="0" transform="scale(-1)"/> <use href="#group" x="0" y="0" transform="scale(-1)"/>
<use href="#group" x="0" y="-300"/>
<use href="#group" x="0" y="300" transform="scale(-1)"/>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 543 B

After

Width:  |  Height:  |  Size: 645 B

Loading…
Cancel
Save