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
+5 -5
View File
@@ -18,19 +18,19 @@
<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">4</text>
</g>
<g id="d1">
<text x="137.0" y="-0.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica">+ x None</text>
<text x="0" y="-7.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica"><tspan x="0" dy="0em">+ x pour chaque autre Champion</tspan><tspan x="0" dy="1em">que vous avez en jeu</tspan></text>
</g>
<g id="d2">
<circle cx="0" cy="0" r="20" fill="red" x="0" y="0" />
<circle cx="0" cy="0" r="20" fill="red" 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">3</text>
</g>
<g id="d3">
<circle cx="35" cy="67.5" r="15" fill="gray" filter="url(#drop-shadow)" />
<use xlink:href="#d1" x="0" y="125.66666666666667" />
<circle cx="30" cy="67.5" r="15" fill="gray" filter="url(#drop-shadow)" />
<use xlink:href="#d1" x="137.0" y="101.5" />
<use xlink:href="#d2" x="137.0" y="60.5" />
</g>
<g id="effects">

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB