Feat : more text edge cases
This commit is contained in:
@@ -18,27 +18,27 @@
|
||||
<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">8</text>
|
||||
</g>
|
||||
<g id="d1">
|
||||
<text x="137.0" y="-5.5" font-size="11" text-anchor="middle" fill="black" font-family="Helvetica"><tspan x="137.0" dy="0em">Vous pouvez sacrifier une carte de votre main</tspan><tspan x="137.0" dy="1em">ou de votre défausse.</tspan></text>
|
||||
<text x="0" y="-5.5" font-size="11" text-anchor="middle" fill="black" font-family="Helvetica"><tspan x="0" dy="0em">Vous pouvez sacrifier jusqu'à deux</tspan><tspan x="0" dy="1em">cartes de votre main et/ou de votre défausse.</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">4</text>
|
||||
</g>
|
||||
<g id="d3">
|
||||
<circle cx="35" cy="40.0" r="15" fill="gray" filter="url(#drop-shadow)" />
|
||||
<use xlink:href="#d1" x="0" y="70.66666666666667" />
|
||||
<circle cx="30" cy="40.0" r="15" fill="gray" filter="url(#drop-shadow)" />
|
||||
<use xlink:href="#d1" x="137.0" y="70.66666666666667" />
|
||||
<use xlink:href="#d2" x="137.0" y="33.0" />
|
||||
</g>
|
||||
<g id="d4">
|
||||
<text x="137.0" y="-0.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica">Piochez une carte.</text>
|
||||
<text x="0" y="-0.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica">Piochez une carte.</text>
|
||||
</g>
|
||||
<g id="d5">
|
||||
<circle cx="35" cy="27.5" r="15" fill="url(#grad2)" filter="url(#drop-shadow)" />
|
||||
<use xlink:href="#d4" x="0" y="31.0" />
|
||||
<circle cx="30" cy="27.5" r="15" fill="url(#grad2)" filter="url(#drop-shadow)" />
|
||||
<use xlink:href="#d4" x="137.0" y="31.0" />
|
||||
</g>
|
||||
<g id="effects">
|
||||
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
|
||||
|
||||
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
Reference in New Issue
Block a user