Feat : more text edge cases

This commit is contained in:
2024-07-01 11:51:06 +02:00
parent 7ed67521cf
commit 61424b7881
103 changed files with 661 additions and 622 deletions
+11 -11
View File
@@ -18,37 +18,37 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
<g id="d0">
<circle cx="0" cy="0" r="20" fill="yellow" x="0" y="0" />
<circle cx="0" cy="0" r="20" fill="yellow" x="0" y="0" onclick="console.log()" />
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">6</text>
</g>
<g id="d1">
<text x="137.0" y="-0.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica">Piochez deux cartes.</text>
<text x="0" y="-0.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica">Piochez deux cartes.</text>
</g>
<g id="d2">
<use xlink:href="#d1" x="0" y="26.0" />
<use xlink:href="#d1" x="137.0" y="26.0" />
</g>
<g id="d3">
<text x="137.0" y="-0.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica"></text>
<text x="0" y="-0.0" font-size="11" text-anchor="middle" fill="black" font-family="Helvetica"></text>
</g>
<g id="d4">
<circle cx="0" cy="0" r="15.0" fill="green" x="0" y="0" />
<circle cx="0" cy="0" r="15.0" fill="green" x="0" y="0" onclick="console.log()" />
<text x="0" y="9" font-size="24" text-anchor="middle" fill="white" font-weight="bold" font-family="Helvetica">5</text>
</g>
<g id="d5">
<circle cx="35" cy="22.5" r="15" fill="url(#grad2)" filter="url(#drop-shadow)" />
<use xlink:href="#d3" x="0" y="35.666666666666664" />
<circle cx="30" cy="22.5" r="15" fill="url(#grad2)" filter="url(#drop-shadow)" />
<use xlink:href="#d3" x="137.0" y="35.666666666666664" />
<use xlink:href="#d4" x="137.0" y="22.5" />
</g>
<g id="d6">
<text x="137.0" y="-0.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica"></text>
<text x="0" y="-0.0" font-size="11" text-anchor="middle" fill="black" font-family="Helvetica"></text>
</g>
<g id="d7">
<circle cx="0" cy="0" r="15.0" fill="green" x="0" y="0" />
<circle cx="0" cy="0" r="15.0" fill="green" x="0" y="0" onclick="console.log()" />
<text x="0" y="9" font-size="24" text-anchor="middle" fill="white" font-weight="bold" font-family="Helvetica">5</text>
</g>
<g id="d8">
<circle cx="35" cy="22.5" r="15" fill="black" filter="url(#drop-shadow)" />
<use xlink:href="#d6" x="0" y="35.666666666666664" />
<circle cx="30" cy="22.5" r="15" fill="black" filter="url(#drop-shadow)" />
<use xlink:href="#d6" x="137.0" y="35.666666666666664" />
<use xlink:href="#d7" x="137.0" y="22.5" />
</g>
<g id="effects">

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB