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
+9 -9
View File
@@ -18,31 +18,31 @@
<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="-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="13.333333333333334" text-anchor="middle" fill="black" font-family="Helvetica">Piochez une carte.</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">5</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"></text>
<text x="0" y="-0.0" font-size="11" text-anchor="middle" fill="black" font-family="Helvetica"></text>
</g>
<g id="d5">
<circle cx="0" cy="0" r="18.333333333333332" fill="green" x="0" y="0" />
<circle cx="0" cy="0" r="18.333333333333332" 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">6</text>
</g>
<g id="d6">
<circle cx="35" cy="27.5" r="15" fill="url(#grad2)" filter="url(#drop-shadow)" />
<use xlink:href="#d4" x="0" y="45.666666666666664" />
<circle cx="30" cy="27.5" r="15" fill="url(#grad2)" filter="url(#drop-shadow)" />
<use xlink:href="#d4" x="137.0" y="45.666666666666664" />
<use xlink:href="#d5" x="137.0" y="27.5" />
</g>
<g id="effects">

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

+8 -8
View File
@@ -18,30 +18,30 @@
<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">3</text>
</g>
<g id="d1">
<text x="137.0" y="-0.0" font-size="11" text-anchor="middle" fill="black" font-family="Helvetica">+ x pour chaque Champion que vous avez en jeu</text>
<text x="0" y="-6.666666666666667" font-size="13.333333333333334" text-anchor="middle" fill="black" font-family="Helvetica"><tspan x="0" dy="0em">+ x pour chaque 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">5</text>
</g>
<g id="d3">
<use xlink:href="#d1" x="0" y="70.66666666666667" />
<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"></text>
<text x="0" y="-0.0" font-size="11" text-anchor="middle" fill="black" font-family="Helvetica"></text>
</g>
<g id="d5">
<circle cx="0" cy="0" r="18.333333333333332" fill="green" x="0" y="0" />
<circle cx="0" cy="0" r="18.333333333333332" 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">6</text>
</g>
<g id="d6">
<circle cx="35" cy="27.5" r="15" fill="url(#grad2)" filter="url(#drop-shadow)" />
<use xlink:href="#d4" x="0" y="45.666666666666664" />
<circle cx="30" cy="27.5" r="15" fill="url(#grad2)" filter="url(#drop-shadow)" />
<use xlink:href="#d4" x="137.0" y="45.666666666666664" />
<use xlink:href="#d5" x="137.0" y="27.5" />
</g>
<g id="effects">

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

+6 -6
View File
@@ -18,26 +18,26 @@
<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">5</text>
</g>
<g id="d1">
<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="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="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">2</text>
</g>
<g id="d4">
<circle cx="0" cy="0" r="20" fill="green" x="0" y="0" />
<circle cx="0" cy="0" r="20" 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">4</text>
</g>
<g id="d5">
<use xlink:href="#d1" x="0" y="125.66666666666667" />
<use xlink:href="#d1" x="137.0" y="101.5" />
<use xlink:href="#d2" x="77.0" y="60.5" />
<use xlink:href="#d3" x="137.0" y="60.5" />
<use xlink:href="#d4" x="197.0" y="60.5" />

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

+6 -6
View File
@@ -18,23 +18,23 @@
<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"></text>
<text x="0" y="-0.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica"></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="0" cy="0" r="20" fill="green" x="0" y="0" />
<circle cx="0" cy="0" r="20" 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">4</text>
</g>
<g id="d4">
<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="107.0" y="67.5" />
<use xlink:href="#d3" x="167.0" y="67.5" />
</g>

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

+8 -8
View File
@@ -18,31 +18,31 @@
<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">7</text>
</g>
<g id="d1">
<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="13.333333333333334" text-anchor="middle" fill="black" font-family="Helvetica">Piochez une carte.</text>
</g>
<g id="d2">
<circle cx="0" cy="0" r="20" fill="green" x="0" y="0" />
<circle cx="0" cy="0" r="20" 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">6</text>
</g>
<g id="d3">
<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">6</text>
</g>
<g id="d4">
<use xlink:href="#d1" x="0" y="70.66666666666667" />
<use xlink:href="#d1" x="137.0" y="70.66666666666667" />
<use xlink:href="#d2" x="107.0" y="33.0" />
<use xlink:href="#d3" x="167.0" y="33.0" />
</g>
<g id="d5">
<text x="137.0" y="-0.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica">prepare</text>
<text x="0" y="-0.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica">prepare</text>
</g>
<g id="d6">
<circle cx="35" cy="27.5" r="15" fill="url(#grad2)" filter="url(#drop-shadow)" />
<use xlink:href="#d5" x="0" y="31.0" />
<circle cx="30" cy="27.5" r="15" fill="url(#grad2)" filter="url(#drop-shadow)" />
<use xlink:href="#d5" 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: 2.9 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

+9 -9
View File
@@ -18,32 +18,32 @@
<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">5</text>
</g>
<g id="d1">
<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="13.333333333333334" text-anchor="middle" fill="black" font-family="Helvetica"></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">2</text>
</g>
<g id="d3">
<circle cx="0" cy="0" r="20" fill="green" x="0" y="0" />
<circle cx="0" cy="0" r="20" 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">3</text>
</g>
<g id="d4">
<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="107.0" y="40.0" />
<use xlink:href="#d3" x="167.0" y="40.0" />
</g>
<g id="d5">
<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="d6">
<circle cx="35" cy="27.5" r="15" fill="url(#grad2)" filter="url(#drop-shadow)" />
<use xlink:href="#d5" x="0" y="31.0" />
<circle cx="30" cy="27.5" r="15" fill="url(#grad2)" filter="url(#drop-shadow)" />
<use xlink:href="#d5" 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.7 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

+8 -8
View File
@@ -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">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 une carte.</text>
<text x="0" y="-0.0" font-size="13.333333333333334" text-anchor="middle" fill="black" font-family="Helvetica">Piochez une carte.</text>
</g>
<g id="d2">
<circle cx="0" cy="0" r="20" fill="green" x="0" y="0" />
<circle cx="0" cy="0" r="20" 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">2</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="11" text-anchor="middle" fill="black" font-family="Helvetica">+ x pour chaque Champion que vous avez en jeu</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 Champion</tspan><tspan x="0" dy="1em">que vous avez en jeu</tspan></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.3 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

+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">3</text>
</g>
<g id="d1">
<text x="137.0" y="-0.0" font-size="11" text-anchor="middle" fill="black" font-family="Helvetica">+ x pour chaque autre Garde que vous avez en jeu</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</tspan><tspan x="0" dy="1em">Garde 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">2</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

+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

+8 -8
View File
@@ -18,31 +18,31 @@
<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"></text>
<text x="0" y="-0.0" font-size="13.333333333333334" text-anchor="middle" fill="black" font-family="Helvetica"></text>
</g>
<g id="d2">
<circle cx="0" cy="0" r="20" fill="green" x="0" y="0" />
<circle cx="0" cy="0" r="20" 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="d3">
<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">5</text>
</g>
<g id="d4">
<use xlink:href="#d1" x="0" y="70.66666666666667" />
<use xlink:href="#d1" x="137.0" y="70.66666666666667" />
<use xlink:href="#d2" x="107.0" y="40.0" />
<use xlink:href="#d3" x="167.0" y="40.0" />
</g>
<g id="d5">
<text x="137.0" y="-0.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica">prepare</text>
<text x="0" y="-0.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica">prepare</text>
</g>
<g id="d6">
<circle cx="35" cy="27.5" r="15" fill="url(#grad2)" filter="url(#drop-shadow)" />
<use xlink:href="#d5" x="0" y="31.0" />
<circle cx="30" cy="27.5" r="15" fill="url(#grad2)" filter="url(#drop-shadow)" />
<use xlink:href="#d5" 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: 2.9 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

+9 -9
View File
@@ -18,35 +18,35 @@
<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">2</text>
</g>
<g id="d1">
<text x="137.0" y="-0.0" font-size="11" text-anchor="middle" fill="black" font-family="Helvetica">+ x pour chaque Champion que vous avez en jeu</text>
<text x="0" y="-6.666666666666667" font-size="13.333333333333334" text-anchor="middle" fill="black" font-family="Helvetica"><tspan x="0" dy="0em">+ x pour chaque 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="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">2</text>
</g>
<g id="d3">
<circle cx="0" cy="0" r="20" fill="green" x="0" y="0" />
<circle cx="0" cy="0" r="20" 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">3</text>
</g>
<g id="d4">
<use xlink:href="#d1" x="0" y="70.66666666666667" />
<use xlink:href="#d1" x="137.0" y="70.66666666666667" />
<use xlink:href="#d2" x="107.0" y="33.0" />
<use xlink:href="#d3" x="167.0" y="33.0" />
</g>
<g id="d5">
<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="d6">
<circle cx="0" cy="0" r="18.333333333333332" fill="yellow" x="0" y="0" />
<circle cx="0" cy="0" r="18.333333333333332" 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">1</text>
</g>
<g id="d7">
<circle cx="35" cy="27.5" r="15" fill="url(#grad2)" filter="url(#drop-shadow)" />
<use xlink:href="#d5" x="0" y="45.666666666666664" />
<circle cx="30" cy="27.5" r="15" fill="url(#grad2)" filter="url(#drop-shadow)" />
<use xlink:href="#d5" x="137.0" y="45.666666666666664" />
<use xlink:href="#d6" x="137.0" y="27.5" />
</g>
<g id="effects">

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

+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">2</text>
</g>
<g id="d1">
<text x="137.0" y="-0.0" font-size="11" text-anchor="middle" fill="black" font-family="Helvetica">+ x pour chaque Champion que vous avez en jeu</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 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="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">1</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: 2.9 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

+8 -8
View File
@@ -18,30 +18,30 @@
<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">1</text>
</g>
<g id="d1">
<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="13.333333333333334" text-anchor="middle" fill="black" font-family="Helvetica"></text>
</g>
<g id="d2">
<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">2</text>
</g>
<g id="d3">
<use xlink:href="#d1" x="0" y="70.66666666666667" />
<use xlink:href="#d1" x="137.0" y="70.66666666666667" />
<use xlink:href="#d2" x="137.0" y="40.0" />
</g>
<g id="d4">
<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="d5">
<circle cx="0" cy="0" r="18.333333333333332" fill="green" x="0" y="0" />
<circle cx="0" cy="0" r="18.333333333333332" 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">6</text>
</g>
<g id="d6">
<circle cx="35" cy="27.5" r="15" fill="url(#grad2)" filter="url(#drop-shadow)" />
<use xlink:href="#d4" x="0" y="45.666666666666664" />
<circle cx="30" cy="27.5" r="15" fill="url(#grad2)" filter="url(#drop-shadow)" />
<use xlink:href="#d4" x="137.0" y="45.666666666666664" />
<use xlink:href="#d5" x="137.0" y="27.5" />
</g>
<g id="effects">

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

+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

+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">6</text>
</g>
<g id="d1">
<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="14" text-anchor="middle" fill="black" font-family="Helvetica"></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="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="67.5" />
</g>
<g id="effects">

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

+7 -7
View File
@@ -18,26 +18,26 @@
<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">3</text>
</g>
<g id="d1">
<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="13.333333333333334" text-anchor="middle" fill="black" font-family="Helvetica"></text>
</g>
<g id="d2">
<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">3</text>
</g>
<g id="d3">
<use xlink:href="#d1" x="0" y="70.66666666666667" />
<use xlink:href="#d1" x="137.0" y="70.66666666666667" />
<use xlink:href="#d2" x="137.0" y="40.0" />
</g>
<g id="d4">
<text x="137.0" y="-0.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica">stack_next_action_bought</text>
<text x="0" y="-0.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica">stack_next_action_bought</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: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

+7 -7
View File
@@ -18,26 +18,26 @@
<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">3</text>
</g>
<g id="d1">
<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="13.333333333333334" text-anchor="middle" fill="black" font-family="Helvetica">Piochez une carte.</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">1</text>
</g>
<g id="d3">
<use xlink:href="#d1" x="0" y="70.66666666666667" />
<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">Assomez le champion ciblé.</text>
<text x="0" y="-0.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica">Assomez le champion ciblé.</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: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

+7 -7
View File
@@ -18,26 +18,26 @@
<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">5</text>
</g>
<g id="d1">
<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="13.333333333333334" text-anchor="middle" fill="black" font-family="Helvetica">Piochez une carte.</text>
</g>
<g id="d2">
<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">2</text>
</g>
<g id="d3">
<use xlink:href="#d1" x="0" y="70.66666666666667" />
<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="-5.5" font-size="11" text-anchor="middle" fill="black" font-family="Helvetica"><tspan x="137.0" dy="0em">Mettez dans votre main la prochaine carte</tspan><tspan x="137.0" dy="1em">dont vous faites l'acquisition.</tspan></text>
<text x="0" y="-11.0" font-size="11" text-anchor="middle" fill="black" font-family="Helvetica"><tspan x="0" dy="0em">Mettez la prochaine carte dont</tspan><tspan x="0" dy="1em">vous faites l'acquisition ce tour-ci</tspan><tspan x="0" dy="1em"> dans votre main.</tspan></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: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

+8 -8
View File
@@ -18,30 +18,30 @@
<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">Assomez le champion ciblé. </tspan><tspan x="137.0" dy="1em">Piochez une carte.</tspan></text>
<text x="0" y="-6.666666666666667" font-size="13.333333333333334" text-anchor="middle" fill="black" font-family="Helvetica"><tspan x="0" dy="0em">Assomez le champion ciblé. </tspan><tspan x="0" dy="1em">Piochez une carte.</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">8</text>
</g>
<g id="d3">
<use xlink:href="#d1" x="0" y="70.66666666666667" />
<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"></text>
<text x="0" y="-0.0" font-size="11" text-anchor="middle" fill="black" font-family="Helvetica"></text>
</g>
<g id="d5">
<circle cx="0" cy="0" r="18.333333333333332" fill="red" x="0" y="0" />
<circle cx="0" cy="0" r="18.333333333333332" 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">5</text>
</g>
<g id="d6">
<circle cx="35" cy="27.5" r="15" fill="black" filter="url(#drop-shadow)" />
<use xlink:href="#d4" x="0" y="45.666666666666664" />
<circle cx="30" cy="27.5" r="15" fill="black" filter="url(#drop-shadow)" />
<use xlink:href="#d4" x="137.0" y="45.666666666666664" />
<use xlink:href="#d5" x="137.0" y="27.5" />
</g>
<g id="effects">

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

+7 -7
View File
@@ -18,26 +18,26 @@
<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"></text>
<text x="0" y="-0.0" font-size="13.333333333333334" text-anchor="middle" fill="black" font-family="Helvetica"></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">7</text>
</g>
<g id="d3">
<use xlink:href="#d1" x="0" y="70.66666666666667" />
<use xlink:href="#d1" x="137.0" y="70.66666666666667" />
<use xlink:href="#d2" x="137.0" y="40.0" />
</g>
<g id="d4">
<text x="137.0" y="-0.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica">Assomez le champion ciblé.</text>
<text x="0" y="-0.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica">Assomez le champion ciblé.</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: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

+8 -8
View File
@@ -18,30 +18,30 @@
<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">2</text>
</g>
<g id="d1">
<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="13.333333333333334" text-anchor="middle" fill="black" font-family="Helvetica"></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">5</text>
</g>
<g id="d3">
<use xlink:href="#d1" x="0" y="70.66666666666667" />
<use xlink:href="#d1" x="137.0" y="70.66666666666667" />
<use xlink:href="#d2" x="137.0" y="40.0" />
</g>
<g id="d4">
<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="d5">
<circle cx="0" cy="0" r="18.333333333333332" fill="yellow" x="0" y="0" />
<circle cx="0" cy="0" r="18.333333333333332" 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">2</text>
</g>
<g id="d6">
<circle cx="35" cy="27.5" r="15" fill="url(#grad2)" filter="url(#drop-shadow)" />
<use xlink:href="#d4" x="0" y="45.666666666666664" />
<circle cx="30" cy="27.5" r="15" fill="url(#grad2)" filter="url(#drop-shadow)" />
<use xlink:href="#d4" x="137.0" y="45.666666666666664" />
<use xlink:href="#d5" x="137.0" y="27.5" />
</g>
<g id="effects">

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

+9 -9
View File
@@ -18,31 +18,31 @@
<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">5</text>
</g>
<g id="d1">
<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="13.333333333333334" text-anchor="middle" fill="black" font-family="Helvetica"></text>
</g>
<g id="d2">
<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">3</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="40.0" />
</g>
<g id="d4">
<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="d5">
<circle cx="0" cy="0" r="18.333333333333332" fill="red" x="0" y="0" />
<circle cx="0" cy="0" r="18.333333333333332" 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="d6">
<circle cx="35" cy="27.5" r="15" fill="url(#grad2)" filter="url(#drop-shadow)" />
<use xlink:href="#d4" x="0" y="45.666666666666664" />
<circle cx="30" cy="27.5" r="15" fill="url(#grad2)" filter="url(#drop-shadow)" />
<use xlink:href="#d4" x="137.0" y="45.666666666666664" />
<use xlink:href="#d5" x="137.0" y="27.5" />
</g>
<g id="effects">

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

+8 -8
View File
@@ -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">5</text>
</g>
<g id="d1">
<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="13.333333333333334" text-anchor="middle" fill="black" font-family="Helvetica"></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="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="40.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.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

+8 -8
View File
@@ -18,30 +18,30 @@
<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">1</text>
</g>
<g id="d1">
<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="13.333333333333334" text-anchor="middle" fill="black" font-family="Helvetica"></text>
</g>
<g id="d2">
<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">2</text>
</g>
<g id="d3">
<use xlink:href="#d1" x="0" y="70.66666666666667" />
<use xlink:href="#d1" x="137.0" y="70.66666666666667" />
<use xlink:href="#d2" x="137.0" y="40.0" />
</g>
<g id="d4">
<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="d5">
<circle cx="0" cy="0" r="18.333333333333332" fill="red" x="0" y="0" />
<circle cx="0" cy="0" r="18.333333333333332" 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="d6">
<circle cx="35" cy="27.5" r="15" fill="url(#grad2)" filter="url(#drop-shadow)" />
<use xlink:href="#d4" x="0" y="45.666666666666664" />
<circle cx="30" cy="27.5" r="15" fill="url(#grad2)" filter="url(#drop-shadow)" />
<use xlink:href="#d4" x="137.0" y="45.666666666666664" />
<use xlink:href="#d5" x="137.0" y="27.5" />
</g>
<g id="effects">

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

+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">7</text>
</g>
<g id="d1">
<text x="137.0" y="-0.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica">Assomez le champion ciblé.</text>
<text x="0" y="-0.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica">Assomez le champion ciblé.</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="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: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

+8 -8
View File
@@ -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">4</text>
</g>
<g id="d1">
<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="13.333333333333334" text-anchor="middle" fill="black" font-family="Helvetica"></text>
</g>
<g id="d2">
<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">2</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="40.0" />
</g>
<g id="d4">
<text x="137.0" y="-5.5" font-size="11" text-anchor="middle" fill="black" font-family="Helvetica"><tspan x="137.0" dy="0em">Mettez la prochaine carte dont vous faites l'acquisition</tspan><tspan x="137.0" dy="1em">au dessus de votre pioche.</tspan></text>
<text x="0" y="-11.0" font-size="11" text-anchor="middle" fill="black" font-family="Helvetica"><tspan x="0" dy="0em">Mettez la prochaine carte dont</tspan><tspan x="0" dy="1em">vous faites l'acquisition ce tour-ci</tspan><tspan x="0" dy="1em">au dessus de votre pioche.</tspan></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.4 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

+4 -4
View File
@@ -18,18 +18,18 @@
<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">restack_discarded_card</text>
<text x="0" y="-0.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica">restack_discarded_card</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">6</text>
</g>
<g id="d3">
<use xlink:href="#d1" x="0" y="125.66666666666667" />
<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: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

+6 -6
View File
@@ -18,23 +18,23 @@
<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">3</text>
</g>
<g id="d1">
<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="14" text-anchor="middle" fill="black" font-family="Helvetica"></text>
</g>
<g id="d2">
<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">1</text>
</g>
<g id="d3">
<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">2</text>
</g>
<g id="d4">
<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="107.0" y="67.5" />
<use xlink:href="#d3" x="167.0" y="67.5" />
</g>

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

+10 -10
View File
@@ -18,36 +18,36 @@
<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">3</text>
</g>
<g id="d1">
<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="13.333333333333334" text-anchor="middle" fill="black" font-family="Helvetica"></text>
</g>
<g id="d2">
<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">1</text>
</g>
<g id="d3">
<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">1</text>
</g>
<g id="d4">
<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="107.0" y="40.0" />
<use xlink:href="#d3" x="167.0" y="40.0" />
</g>
<g id="d5">
<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="d6">
<circle cx="0" cy="0" r="18.333333333333332" fill="red" x="0" y="0" />
<circle cx="0" cy="0" r="18.333333333333332" 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="d7">
<circle cx="35" cy="27.5" r="15" fill="url(#grad2)" filter="url(#drop-shadow)" />
<use xlink:href="#d5" x="0" y="45.666666666666664" />
<circle cx="30" cy="27.5" r="15" fill="url(#grad2)" filter="url(#drop-shadow)" />
<use xlink:href="#d5" x="137.0" y="45.666666666666664" />
<use xlink:href="#d6" x="137.0" y="27.5" />
</g>
<g id="effects">

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

+7 -7
View File
@@ -18,26 +18,26 @@
<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"></text>
<text x="0" y="-0.0" font-size="13.333333333333334" text-anchor="middle" fill="black" font-family="Helvetica"></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">7</text>
</g>
<g id="d3">
<use xlink:href="#d1" x="0" y="70.66666666666667" />
<use xlink:href="#d1" x="137.0" y="70.66666666666667" />
<use xlink:href="#d2" x="137.0" y="40.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: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

+8 -8
View File
@@ -18,30 +18,30 @@
<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">5</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 une carte</tspan><tspan x="0" dy="1em">de votre main ou de votre défausse.</tspan></text>
</g>
<g id="d2">
<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">3</text>
</g>
<g id="d3">
<use xlink:href="#d1" x="0" y="70.66666666666667" />
<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"></text>
<text x="0" y="-0.0" font-size="11" text-anchor="middle" fill="black" font-family="Helvetica"></text>
</g>
<g id="d5">
<circle cx="0" cy="0" r="18.333333333333332" fill="red" x="0" y="0" />
<circle cx="0" cy="0" r="18.333333333333332" 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">6</text>
</g>
<g id="d6">
<circle cx="35" cy="27.5" r="15" fill="url(#grad2)" filter="url(#drop-shadow)" />
<use xlink:href="#d4" x="0" y="45.666666666666664" />
<circle cx="30" cy="27.5" r="15" fill="url(#grad2)" filter="url(#drop-shadow)" />
<use xlink:href="#d4" x="137.0" y="45.666666666666664" />
<use xlink:href="#d5" x="137.0" y="27.5" />
</g>
<g id="effects">

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

+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">2</text>
</g>
<g id="d1">
<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="14" text-anchor="middle" fill="black" font-family="Helvetica"></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">2</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="67.5" />
</g>
<g id="effects">

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

+8 -8
View File
@@ -18,30 +18,30 @@
<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">1</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 une carte</tspan><tspan x="0" dy="1em">de votre main 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">2</text>
</g>
<g id="d3">
<use xlink:href="#d1" x="0" y="70.66666666666667" />
<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"></text>
<text x="0" y="-0.0" font-size="11" text-anchor="middle" fill="black" font-family="Helvetica"></text>
</g>
<g id="d5">
<circle cx="0" cy="0" r="18.333333333333332" fill="red" x="0" y="0" />
<circle cx="0" cy="0" r="18.333333333333332" 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">2</text>
</g>
<g id="d6">
<circle cx="35" cy="27.5" r="15" fill="url(#grad2)" filter="url(#drop-shadow)" />
<use xlink:href="#d4" x="0" y="45.666666666666664" />
<circle cx="30" cy="27.5" r="15" fill="url(#grad2)" filter="url(#drop-shadow)" />
<use xlink:href="#d4" x="137.0" y="45.666666666666664" />
<use xlink:href="#d5" x="137.0" y="27.5" />
</g>
<g id="effects">

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

+8 -8
View File
@@ -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">4</text>
</g>
<g id="d1">
<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="13.333333333333334" text-anchor="middle" fill="black" font-family="Helvetica"></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="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="40.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.2 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

+8 -8
View File
@@ -18,30 +18,30 @@
<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">2</text>
</g>
<g id="d1">
<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="13.333333333333334" text-anchor="middle" fill="black" font-family="Helvetica"></text>
</g>
<g id="d2">
<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">3</text>
</g>
<g id="d3">
<use xlink:href="#d1" x="0" y="70.66666666666667" />
<use xlink:href="#d1" x="137.0" y="70.66666666666667" />
<use xlink:href="#d2" x="137.0" y="40.0" />
</g>
<g id="d4">
<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="d5">
<circle cx="0" cy="0" r="18.333333333333332" fill="red" x="0" y="0" />
<circle cx="0" cy="0" r="18.333333333333332" 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="d6">
<circle cx="35" cy="27.5" r="15" fill="black" filter="url(#drop-shadow)" />
<use xlink:href="#d4" x="0" y="45.666666666666664" />
<circle cx="30" cy="27.5" r="15" fill="black" filter="url(#drop-shadow)" />
<use xlink:href="#d4" x="137.0" y="45.666666666666664" />
<use xlink:href="#d5" x="137.0" y="27.5" />
</g>
<g id="effects">

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

+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">7</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 une carte</tspan><tspan x="0" dy="1em">de votre main 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">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.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

+7 -7
View File
@@ -18,26 +18,26 @@
<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="-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 une carte</tspan><tspan x="0" dy="1em">de votre main 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">8</text>
</g>
<g id="d3">
<use xlink:href="#d1" x="0" y="70.66666666666667" />
<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: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

+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">6</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 une carte</tspan><tspan x="0" dy="1em">de votre main 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">2</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.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

+8 -8
View File
@@ -18,30 +18,30 @@
<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">3</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 une carte</tspan><tspan x="0" dy="1em">de votre main 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">
<use xlink:href="#d1" x="0" y="70.66666666666667" />
<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"></text>
<text x="0" y="-0.0" font-size="11" text-anchor="middle" fill="black" font-family="Helvetica"></text>
</g>
<g id="d5">
<circle cx="0" cy="0" r="18.333333333333332" fill="red" x="0" y="0" />
<circle cx="0" cy="0" r="18.333333333333332" 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="d6">
<circle cx="35" cy="27.5" r="15" fill="url(#grad2)" filter="url(#drop-shadow)" />
<use xlink:href="#d4" x="0" y="45.666666666666664" />
<circle cx="30" cy="27.5" r="15" fill="url(#grad2)" filter="url(#drop-shadow)" />
<use xlink:href="#d4" x="137.0" y="45.666666666666664" />
<use xlink:href="#d5" x="137.0" y="27.5" />
</g>
<g id="effects">

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

+8 -8
View File
@@ -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

+7 -7
View File
@@ -18,22 +18,22 @@
<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">5</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">Mettez un champion de votre défausse</tspan><tspan x="137.0" dy="1em">au dessus de votre pioche.</tspan></text>
<text x="0" y="-5.5" font-size="11" text-anchor="middle" fill="black" font-family="Helvetica"><tspan x="0" dy="0em">Mettez un champion de votre défausse</tspan><tspan x="0" dy="1em">au dessus de votre pioche.</tspan></text>
</g>
<g id="d2">
<circle cx="35" cy="40.0" r="15" fill="gray" filter="url(#drop-shadow)" />
<use xlink:href="#d1" x="0" y="43.5" />
<circle cx="30" cy="40.0" r="15" fill="gray" filter="url(#drop-shadow)" />
<use xlink:href="#d1" x="137.0" y="43.5" />
</g>
<g id="d3">
<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="d4">
<circle cx="35" cy="27.5" r="15" fill="url(#grad2)" filter="url(#drop-shadow)" />
<use xlink:href="#d3" x="0" y="31.0" />
<circle cx="30" cy="27.5" r="15" fill="url(#grad2)" filter="url(#drop-shadow)" />
<use xlink:href="#d3" 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.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

+8 -8
View File
@@ -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">4</text>
</g>
<g id="d1">
<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="13.333333333333334" text-anchor="middle" fill="black" font-family="Helvetica"></text>
</g>
<g id="d2">
<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">2</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="40.0" />
</g>
<g id="d4">
<text x="137.0" y="-0.0" font-size="11" text-anchor="middle" fill="black" font-family="Helvetica">L'adversaire ciblé se défausse d'une carte.</text>
<text x="0" y="-7.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica"><tspan x="0" dy="0em">L'adversaire ciblé</tspan><tspan x="0" dy="1em">se défausse d'une carte.</tspan></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.3 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

+8 -8
View File
@@ -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">6</text>
</g>
<g id="d1">
<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="13.333333333333334" text-anchor="middle" fill="black" font-family="Helvetica"></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">5</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="40.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.2 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

+9 -9
View File
@@ -18,31 +18,31 @@
<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">5</text>
</g>
<g id="d1">
<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="13.333333333333334" text-anchor="middle" fill="black" font-family="Helvetica"></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="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="40.0" />
</g>
<g id="d4">
<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="d5">
<circle cx="0" cy="0" r="18.333333333333332" fill="red" x="0" y="0" />
<circle cx="0" cy="0" r="18.333333333333332" 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="d6">
<circle cx="35" cy="27.5" r="15" fill="url(#grad2)" filter="url(#drop-shadow)" />
<use xlink:href="#d4" x="0" y="45.666666666666664" />
<circle cx="30" cy="27.5" r="15" fill="url(#grad2)" filter="url(#drop-shadow)" />
<use xlink:href="#d4" x="137.0" y="45.666666666666664" />
<use xlink:href="#d5" x="137.0" y="27.5" />
</g>
<g id="effects">

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

+8 -8
View File
@@ -18,30 +18,30 @@
<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">3</text>
</g>
<g id="d1">
<text x="137.0" y="-0.0" font-size="11" text-anchor="middle" fill="black" font-family="Helvetica">L'adversaire ciblé se défausse d'une carte.</text>
<text x="0" y="-0.0" font-size="13.333333333333334" text-anchor="middle" fill="black" font-family="Helvetica">L'adversaire ciblé se défausse d'une carte.</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">6</text>
</g>
<g id="d3">
<use xlink:href="#d1" x="0" y="70.66666666666667" />
<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"></text>
<text x="0" y="-0.0" font-size="11" text-anchor="middle" fill="black" font-family="Helvetica"></text>
</g>
<g id="d5">
<circle cx="0" cy="0" r="18.333333333333332" fill="red" x="0" y="0" />
<circle cx="0" cy="0" r="18.333333333333332" 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="d6">
<circle cx="35" cy="27.5" r="15" fill="url(#grad2)" filter="url(#drop-shadow)" />
<use xlink:href="#d4" x="0" y="45.666666666666664" />
<circle cx="30" cy="27.5" r="15" fill="url(#grad2)" filter="url(#drop-shadow)" />
<use xlink:href="#d4" x="137.0" y="45.666666666666664" />
<use xlink:href="#d5" x="137.0" y="27.5" />
</g>
<g id="effects">

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

+8 -8
View File
@@ -18,30 +18,30 @@
<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">2</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 piocher une carte.</tspan><tspan x="137.0" dy="1em">Si vous faites ainsi, défaussez vous d'une carte.</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 piocher une carte, puis</tspan><tspan x="0" dy="1em"> vous défausser d'une carte.</tspan></text>
</g>
<g id="d2">
<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">2</text>
</g>
<g id="d3">
<use xlink:href="#d1" x="0" y="70.66666666666667" />
<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"></text>
<text x="0" y="-0.0" font-size="11" text-anchor="middle" fill="black" font-family="Helvetica"></text>
</g>
<g id="d5">
<circle cx="0" cy="0" r="18.333333333333332" fill="red" x="0" y="0" />
<circle cx="0" cy="0" r="18.333333333333332" 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="d6">
<circle cx="35" cy="27.5" r="15" fill="url(#grad2)" filter="url(#drop-shadow)" />
<use xlink:href="#d4" x="0" y="45.666666666666664" />
<circle cx="30" cy="27.5" r="15" fill="url(#grad2)" filter="url(#drop-shadow)" />
<use xlink:href="#d4" x="137.0" y="45.666666666666664" />
<use xlink:href="#d5" x="137.0" y="27.5" />
</g>
<g id="effects">

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

+8 -8
View File
@@ -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 piocher une carte.</tspan><tspan x="137.0" dy="1em">Si vous faites ainsi, défaussez vous d'une carte.</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 piocher une carte, puis</tspan><tspan x="0" dy="1em"> vous défausser d'une carte.</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">6</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="-5.5" font-size="11" text-anchor="middle" fill="black" font-family="Helvetica"><tspan x="137.0" dy="0em">Vous pouvez piocher une carte.</tspan><tspan x="137.0" dy="1em">Si vous faites ainsi, défaussez vous d'une carte.</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 piocher une carte, puis</tspan><tspan x="0" dy="1em"> vous défausser d'une carte.</tspan></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.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

+10 -10
View File
@@ -18,33 +18,33 @@
<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"></text>
<text x="0" y="-0.0" font-size="11" text-anchor="middle" fill="black" font-family="Helvetica"></text>
</g>
<g id="d2">
<circle cx="0" cy="0" r="15.0" fill="yellow" x="0" y="0" />
<circle cx="0" cy="0" r="15.0" 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="d3">
<use xlink:href="#d1" x="0" y="35.666666666666664" />
<use xlink:href="#d1" x="137.0" y="35.666666666666664" />
<use xlink:href="#d2" x="137.0" y="22.5" />
</g>
<g id="d4">
<text x="137.0" y="-0.0" font-size="11" text-anchor="middle" fill="black" font-family="Helvetica">L'adversaire ciblé se défausse d'une carte.</text>
<text x="0" y="-7.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica"><tspan x="0" dy="0em">L'adversaire ciblé</tspan><tspan x="0" dy="1em">se défausse d'une carte.</tspan></text>
</g>
<g id="d5">
<circle cx="35" cy="22.5" r="15" fill="url(#grad2)" filter="url(#drop-shadow)" />
<use xlink:href="#d4" x="0" y="26.0" />
<circle cx="30" cy="22.5" r="15" fill="url(#grad2)" filter="url(#drop-shadow)" />
<use xlink:href="#d4" x="137.0" y="26.0" />
</g>
<g id="d6">
<text x="137.0" y="-0.0" font-size="11" text-anchor="middle" fill="black" font-family="Helvetica">L'adversaire ciblé se défausse d'une carte.</text>
<text x="0" y="-7.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica"><tspan x="0" dy="0em">L'adversaire ciblé</tspan><tspan x="0" dy="1em">se défausse d'une carte.</tspan></text>
</g>
<g id="d7">
<circle cx="35" cy="22.5" r="15" fill="black" filter="url(#drop-shadow)" />
<use xlink:href="#d6" x="0" y="26.0" />
<circle cx="30" cy="22.5" r="15" fill="black" filter="url(#drop-shadow)" />
<use xlink:href="#d6" x="137.0" y="26.0" />
</g>
<g id="effects">
<path d="M10,45 L264,45" stroke="black" stroke-width="1" />

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

+8 -8
View File
@@ -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">3</text>
</g>
<g id="d1">
<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="13.333333333333334" text-anchor="middle" fill="black" font-family="Helvetica"></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">2</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="40.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.4 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

+4 -4
View File
@@ -18,18 +18,18 @@
<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="-5.5" font-size="11" text-anchor="middle" fill="black" font-family="Helvetica"><tspan x="137.0" dy="0em">Vous pouvez piocher une carte.</tspan><tspan x="137.0" dy="1em">Si vous faites ainsi, défaussez vous d'une carte.</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 piocher jusqu'à deux cartes,</tspan><tspan x="0" dy="1em">défaussez-vous ensuite d'autant de cartes</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">6</text>
</g>
<g id="d3">
<use xlink:href="#d1" x="0" y="125.66666666666667" />
<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: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

+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">7</text>
</g>
<g id="d1">
<text x="137.0" y="-0.0" font-size="11" text-anchor="middle" fill="black" font-family="Helvetica">L'adversaire ciblé se défausse d'une carte.</text>
<text x="0" y="-7.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica"><tspan x="0" dy="0em">L'adversaire ciblé</tspan><tspan x="0" dy="1em">se défausse d'une carte.</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="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

+8 -8
View File
@@ -18,30 +18,30 @@
<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">1</text>
</g>
<g id="d1">
<text x="137.0" y="-0.0" font-size="11" text-anchor="middle" fill="black" font-family="Helvetica">L'adversaire ciblé se défausse d'une carte.</text>
<text x="0" y="-0.0" font-size="13.333333333333334" text-anchor="middle" fill="black" font-family="Helvetica">L'adversaire ciblé se défausse d'une carte.</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">
<use xlink:href="#d1" x="0" y="70.66666666666667" />
<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"></text>
<text x="0" y="-0.0" font-size="11" text-anchor="middle" fill="black" font-family="Helvetica"></text>
</g>
<g id="d5">
<circle cx="0" cy="0" r="18.333333333333332" fill="red" x="0" y="0" />
<circle cx="0" cy="0" r="18.333333333333332" 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">2</text>
</g>
<g id="d6">
<circle cx="35" cy="27.5" r="15" fill="url(#grad2)" filter="url(#drop-shadow)" />
<use xlink:href="#d4" x="0" y="45.666666666666664" />
<circle cx="30" cy="27.5" r="15" fill="url(#grad2)" filter="url(#drop-shadow)" />
<use xlink:href="#d4" x="137.0" y="45.666666666666664" />
<use xlink:href="#d5" x="137.0" y="27.5" />
</g>
<g id="effects">

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

+7 -7
View File
@@ -18,26 +18,26 @@
<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">5</text>
</g>
<g id="d1">
<text x="137.0" y="-0.0" font-size="11" text-anchor="middle" fill="black" font-family="Helvetica">L'adversaire ciblé se défausse d'une carte.</text>
<text x="0" y="-0.0" font-size="13.333333333333334" text-anchor="middle" fill="black" font-family="Helvetica">L'adversaire ciblé se défausse d'une carte.</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">8</text>
</g>
<g id="d3">
<use xlink:href="#d1" x="0" y="70.66666666666667" />
<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="11" text-anchor="middle" fill="black" font-family="Helvetica">L'adversaire ciblé se défausse d'une carte.</text>
<text x="0" y="-7.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica"><tspan x="0" dy="0em">L'adversaire ciblé</tspan><tspan x="0" dy="1em">se défausse d'une carte.</tspan></text>
</g>
<g id="d5">
<circle cx="35" cy="27.5" r="15" fill="black" filter="url(#drop-shadow)" />
<use xlink:href="#d4" x="0" y="31.0" />
<circle cx="30" cy="27.5" r="15" fill="black" 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: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

+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">2</text>
</g>
<g id="d1">
<text x="137.0" y="-0.0" font-size="11" text-anchor="middle" fill="black" font-family="Helvetica">+ x pour chaque autre x que vous avez en jeu</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 x</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">2</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: 2.9 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

+8 -8
View File
@@ -18,30 +18,30 @@
<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">2</text>
</g>
<g id="d1">
<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="13.333333333333334" text-anchor="middle" fill="black" font-family="Helvetica"></text>
</g>
<g id="d2">
<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">2</text>
</g>
<g id="d3">
<use xlink:href="#d1" x="0" y="70.66666666666667" />
<use xlink:href="#d1" x="137.0" y="70.66666666666667" />
<use xlink:href="#d2" x="137.0" y="40.0" />
</g>
<g id="d4">
<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="d5">
<circle cx="0" cy="0" r="18.333333333333332" fill="red" x="0" y="0" />
<circle cx="0" cy="0" r="18.333333333333332" 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="d6">
<circle cx="35" cy="27.5" r="15" fill="black" filter="url(#drop-shadow)" />
<use xlink:href="#d4" x="0" y="45.666666666666664" />
<circle cx="30" cy="27.5" r="15" fill="black" filter="url(#drop-shadow)" />
<use xlink:href="#d4" x="137.0" y="45.666666666666664" />
<use xlink:href="#d5" x="137.0" y="27.5" />
</g>
<g id="effects">

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

+3 -3
View File
@@ -18,14 +18,14 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
<g id="d0">
<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="14" text-anchor="middle" fill="black" font-family="Helvetica"></text>
</g>
<g id="d1">
<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">1</text>
</g>
<g id="d2">
<use xlink:href="#d0" x="0" y="125.66666666666667" />
<use xlink:href="#d0" x="137.0" y="101.5" />
<use xlink:href="#d1" x="137.0" y="67.5" />
</g>
<g id="effects">

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

+3 -3
View File
@@ -18,14 +18,14 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
<g id="d0">
<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="14" text-anchor="middle" fill="black" font-family="Helvetica"></text>
</g>
<g id="d1">
<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">2</text>
</g>
<g id="d2">
<use xlink:href="#d0" x="0" y="125.66666666666667" />
<use xlink:href="#d0" x="137.0" y="101.5" />
<use xlink:href="#d1" x="137.0" y="67.5" />
</g>
<g id="effects">

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

+3 -3
View File
@@ -18,14 +18,14 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
<g id="d0">
<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="14" text-anchor="middle" fill="black" font-family="Helvetica"></text>
</g>
<g id="d1">
<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">1</text>
</g>
<g id="d2">
<use xlink:href="#d0" x="0" y="125.66666666666667" />
<use xlink:href="#d0" x="137.0" y="101.5" />
<use xlink:href="#d1" x="137.0" y="67.5" />
</g>
<g id="effects">

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

+3 -3
View File
@@ -18,14 +18,14 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
<g id="d0">
<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="14" text-anchor="middle" fill="black" font-family="Helvetica"></text>
</g>
<g id="d1">
<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">2</text>
</g>
<g id="d2">
<use xlink:href="#d0" x="0" y="125.66666666666667" />
<use xlink:href="#d0" x="137.0" y="101.5" />
<use xlink:href="#d1" x="137.0" y="67.5" />
</g>
<g id="effects">

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

+7 -7
View File
@@ -18,26 +18,26 @@
<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">7</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">Mettez dans votre main la prochaine carte</tspan><tspan x="137.0" dy="1em">dont vous faites l'acquisition.</tspan></text>
<text x="0" y="-11.0" font-size="11" text-anchor="middle" fill="black" font-family="Helvetica"><tspan x="0" dy="0em">Mettez la prochaine carte dont</tspan><tspan x="0" dy="1em">vous faites l'acquisition ce tour-ci</tspan><tspan x="0" dy="1em"> dans votre main.</tspan></text>
</g>
<g id="d2">
<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">3</text>
</g>
<g id="d3">
<use xlink:href="#d1" x="0" y="70.66666666666667" />
<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: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

+6 -6
View File
@@ -18,21 +18,21 @@
<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">3</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">L'adversaire ciblé se défausse d'une carte. </tspan><tspan x="137.0" dy="1em">restack_discarded_card</tspan></text>
<text x="0" y="-5.5" font-size="11" text-anchor="middle" fill="black" font-family="Helvetica"><tspan x="0" dy="0em">L'adversaire ciblé se défausse d'une carte. </tspan><tspan x="0" dy="1em">restack_discarded_card</tspan></text>
</g>
<g id="d2">
<use xlink:href="#d1" x="0" y="43.5" />
<use xlink:href="#d1" x="137.0" y="43.5" />
</g>
<g id="d3">
<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="d4">
<circle cx="35" cy="27.5" r="15" fill="black" filter="url(#drop-shadow)" />
<use xlink:href="#d3" x="0" y="31.0" />
<circle cx="30" cy="27.5" r="15" fill="black" filter="url(#drop-shadow)" />
<use xlink:href="#d3" 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: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

+8 -8
View File
@@ -18,31 +18,31 @@
<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="-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="13.333333333333334" text-anchor="middle" fill="black" font-family="Helvetica">Piochez deux cartes.</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">5</text>
</g>
<g id="d3">
<circle cx="0" cy="0" r="20" fill="green" x="0" y="0" />
<circle cx="0" cy="0" r="20" 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="d4">
<use xlink:href="#d1" x="0" y="70.66666666666667" />
<use xlink:href="#d1" x="137.0" y="70.66666666666667" />
<use xlink:href="#d2" x="107.0" y="33.0" />
<use xlink:href="#d3" x="167.0" y="33.0" />
</g>
<g id="d5">
<text x="137.0" y="-0.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica">prepare_all_champions</text>
<text x="0" y="-0.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica">prepare_all_champions</text>
</g>
<g id="d6">
<circle cx="35" cy="27.5" r="15" fill="black" filter="url(#drop-shadow)" />
<use xlink:href="#d5" x="0" y="31.0" />
<circle cx="30" cy="27.5" r="15" fill="black" filter="url(#drop-shadow)" />
<use xlink:href="#d5" 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: 2.9 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

+7 -7
View File
@@ -18,26 +18,26 @@
<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">3</text>
</g>
<g id="d1">
<text x="137.0" y="-0.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica">cheaper_champions_passive</text>
<text x="0" y="-0.0" font-size="13.333333333333334" text-anchor="middle" fill="black" font-family="Helvetica">cheaper_champions_passive</text>
</g>
<g id="d2">
<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">3</text>
</g>
<g id="d3">
<use xlink:href="#d1" x="0" y="70.66666666666667" />
<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="11.5" text-anchor="middle" fill="black" font-family="Helvetica">control_opposing_champion_passive</text>
<text x="0" y="-0.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica">control_opposing_champion_passive</text>
</g>
<g id="d5">
<circle cx="35" cy="27.5" r="15" fill="black" filter="url(#drop-shadow)" />
<use xlink:href="#d4" x="0" y="31.0" />
<circle cx="30" cy="27.5" r="15" fill="black" 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: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

+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">2</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="-0.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica">+ x None</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">2</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: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

+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">damage_all_champions</text>
<text x="0" y="-0.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica">damage_all_champions</text>
</g>
<g id="d2">
<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">2</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: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

+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">5</text>
</g>
<g id="d1">
<text x="137.0" y="-0.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica">restack_discarded_action</text>
<text x="0" y="-0.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica">restack_discarded_action</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.1 KiB

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

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

+7 -7
View File
@@ -18,25 +18,25 @@
<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">3</text>
</g>
<g id="d1">
<text x="137.0" y="-0.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica">buy_for_free</text>
<text x="0" y="-0.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica">buy_for_free</text>
</g>
<g id="d2">
<use xlink:href="#d1" x="0" y="43.5" />
<use xlink:href="#d1" x="137.0" y="43.5" />
</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="18.333333333333332" fill="green" x="0" y="0" />
<circle cx="0" cy="0" r="18.333333333333332" 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">6</text>
</g>
<g id="d5">
<circle cx="35" cy="27.5" r="15" fill="url(#grad2)" filter="url(#drop-shadow)" />
<use xlink:href="#d3" x="0" y="45.666666666666664" />
<circle cx="30" cy="27.5" r="15" fill="url(#grad2)" filter="url(#drop-shadow)" />
<use xlink:href="#d3" x="137.0" y="45.666666666666664" />
<use xlink:href="#d4" x="137.0" y="27.5" />
</g>
<g id="effects">

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

+7 -7
View File
@@ -18,26 +18,26 @@
<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">7</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">damage_all_champions </tspan><tspan x="137.0" dy="1em">Piochez une carte.</tspan></text>
<text x="0" y="-6.666666666666667" font-size="13.333333333333334" text-anchor="middle" fill="black" font-family="Helvetica"><tspan x="0" dy="0em">damage_all_champions </tspan><tspan x="0" dy="1em">Piochez une carte.</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">7</text>
</g>
<g id="d3">
<use xlink:href="#d1" x="0" y="70.66666666666667" />
<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="-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 une carte</tspan><tspan x="0" dy="1em">de votre main ou de votre défausse.</tspan></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: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

+4 -4
View File
@@ -18,18 +18,18 @@
<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">7</text>
</g>
<g id="d1">
<text x="137.0" y="-0.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica">discard_x_and_draw_x</text>
<text x="0" y="-0.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica">discard_x_and_draw_x</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">7</text>
</g>
<g id="d3">
<use xlink:href="#d1" x="0" y="125.66666666666667" />
<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: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

+4 -4
View File
@@ -18,18 +18,18 @@
<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">2</text>
</g>
<g id="d1">
<text x="137.0" y="-0.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica">Assomez le champion ciblé.</text>
<text x="0" y="-0.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica">Assomez le champion ciblé.</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">
<use xlink:href="#d1" x="0" y="125.66666666666667" />
<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: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

+8 -8
View File
@@ -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">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 une carte.</text>
<text x="0" y="-0.0" font-size="13.333333333333334" text-anchor="middle" fill="black" font-family="Helvetica">Piochez une carte.</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">2</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">prepare_another_champion</text>
<text x="0" y="-0.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica">prepare_another_champion</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.5 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

+4 -4
View File
@@ -18,15 +18,15 @@
<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">2</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 une carte</tspan><tspan x="0" dy="1em">de votre main ou de votre défausse.</tspan></text>
</g>
<g id="d2">
<circle cx="35" cy="67.5" r="15" fill="gray" filter="url(#drop-shadow)" />
<use xlink:href="#d1" x="0" y="71.0" />
<circle cx="30" cy="67.5" r="15" fill="gray" filter="url(#drop-shadow)" />
<use xlink:href="#d1" x="137.0" y="71.0" />
</g>
<g id="effects">
<use xlink:href="#d2" x="0" y="0" />

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

+8 -8
View File
@@ -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">5</text>
</g>
<g id="d1">
<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="13.333333333333334" text-anchor="middle" fill="black" font-family="Helvetica"></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="40.0" />
</g>
<g id="d4">
<text x="137.0" y="-0.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica">Assomez le champion ciblé.</text>
<text x="0" y="-0.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica">Assomez le champion ciblé.</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.2 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

+9 -9
View File
@@ -18,31 +18,31 @@
<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">3</text>
</g>
<g id="d1">
<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="13.333333333333334" text-anchor="middle" fill="black" font-family="Helvetica"></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">2</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="40.0" />
</g>
<g id="d4">
<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="d5">
<circle cx="0" cy="0" r="18.333333333333332" fill="yellow" x="0" y="0" />
<circle cx="0" cy="0" r="18.333333333333332" 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">2</text>
</g>
<g id="d6">
<circle cx="35" cy="27.5" r="15" fill="url(#grad2)" filter="url(#drop-shadow)" />
<use xlink:href="#d4" x="0" y="45.666666666666664" />
<circle cx="30" cy="27.5" r="15" fill="url(#grad2)" filter="url(#drop-shadow)" />
<use xlink:href="#d4" x="137.0" y="45.666666666666664" />
<use xlink:href="#d5" x="137.0" y="27.5" />
</g>
<g id="effects">

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

+5 -5
View File
@@ -18,22 +18,22 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
<g id="d0">
<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="14" text-anchor="middle" fill="black" font-family="Helvetica"></text>
</g>
<g id="d1">
<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">1</text>
</g>
<g id="d2">
<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">1</text>
</g>
<g id="d3">
<circle cx="0" cy="0" r="20" fill="green" x="0" y="0" />
<circle cx="0" cy="0" r="20" 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">1</text>
</g>
<g id="d4">
<use xlink:href="#d0" x="0" y="125.66666666666667" />
<use xlink:href="#d0" x="137.0" y="101.5" />
<use xlink:href="#d1" x="77.0" y="67.5" />
<use xlink:href="#d2" x="137.0" y="67.5" />
<use xlink:href="#d3" x="197.0" y="67.5" />

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

+3 -3
View File
@@ -18,14 +18,14 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
<g id="d0">
<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="14" text-anchor="middle" fill="black" font-family="Helvetica"></text>
</g>
<g id="d1">
<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">2</text>
</g>
<g id="d2">
<use xlink:href="#d0" x="0" y="125.66666666666667" />
<use xlink:href="#d0" x="137.0" y="101.5" />
<use xlink:href="#d1" x="137.0" y="67.5" />
</g>
<g id="effects">

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

+3 -3
View File
@@ -18,14 +18,14 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
<g id="d0">
<text x="137.0" y="-0.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica">cheaper_action</text>
<text x="0" y="-0.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica">cheaper_action</text>
</g>
<g id="d1">
<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">1</text>
</g>
<g id="d2">
<use xlink:href="#d0" x="0" y="125.66666666666667" />
<use xlink:href="#d0" x="137.0" y="101.5" />
<use xlink:href="#d1" x="137.0" y="60.5" />
</g>
<g id="effects">

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

+5 -5
View File
@@ -18,21 +18,21 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
<g id="d0">
<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="13.333333333333334" text-anchor="middle" fill="black" font-family="Helvetica"></text>
</g>
<g id="d1">
<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">1</text>
</g>
<g id="d2">
<use xlink:href="#d0" x="0" y="70.66666666666667" />
<use xlink:href="#d0" x="137.0" y="70.66666666666667" />
<use xlink:href="#d1" x="137.0" y="40.0" />
</g>
<g id="d3">
<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="d4">
<use xlink:href="#d3" x="0" y="31.0" />
<use xlink:href="#d3" 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: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

+3 -3
View File
@@ -18,14 +18,14 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
<g id="d0">
<text x="137.0" y="-0.0" font-size="11" text-anchor="middle" fill="black" font-family="Helvetica">+ x pour chaque autre Couteau que vous avez en jeu</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 Couteau</tspan><tspan x="0" dy="1em">que vous avez en jeu</tspan></text>
</g>
<g id="d1">
<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">1</text>
</g>
<g id="d2">
<use xlink:href="#d0" x="0" y="125.66666666666667" />
<use xlink:href="#d0" x="137.0" y="101.5" />
<use xlink:href="#d1" x="137.0" y="60.5" />
</g>
<g id="effects">

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

+5 -5
View File
@@ -18,21 +18,21 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
<g id="d0">
<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="13.333333333333334" text-anchor="middle" fill="black" font-family="Helvetica"></text>
</g>
<g id="d1">
<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">1</text>
</g>
<g id="d2">
<use xlink:href="#d0" x="0" y="70.66666666666667" />
<use xlink:href="#d0" x="137.0" y="70.66666666666667" />
<use xlink:href="#d1" x="137.0" y="40.0" />
</g>
<g id="d3">
<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="d4">
<use xlink:href="#d3" x="0" y="31.0" />
<use xlink:href="#d3" 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: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

+3 -3
View File
@@ -18,14 +18,14 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
<g id="d0">
<text x="137.0" y="-0.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica">cheaper_champion</text>
<text x="0" y="-0.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica">cheaper_champion</text>
</g>
<g id="d1">
<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">1</text>
</g>
<g id="d2">
<use xlink:href="#d0" x="0" y="125.66666666666667" />
<use xlink:href="#d0" x="137.0" y="101.5" />
<use xlink:href="#d1" x="137.0" y="60.5" />
</g>
<g id="effects">

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

+3 -3
View File
@@ -18,14 +18,14 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
<g id="d0">
<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="14" text-anchor="middle" fill="black" font-family="Helvetica"></text>
</g>
<g id="d1">
<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">2</text>
</g>
<g id="d2">
<use xlink:href="#d0" x="0" y="125.66666666666667" />
<use xlink:href="#d0" x="137.0" y="101.5" />
<use xlink:href="#d1" x="137.0" y="67.5" />
</g>
<g id="effects">

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

+3 -3
View File
@@ -18,14 +18,14 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
<g id="d0">
<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="14" text-anchor="middle" fill="black" font-family="Helvetica"></text>
</g>
<g id="d1">
<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="d2">
<use xlink:href="#d0" x="0" y="125.66666666666667" />
<use xlink:href="#d0" x="137.0" y="101.5" />
<use xlink:href="#d1" x="137.0" y="67.5" />
</g>
<g id="effects">

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

+5 -5
View File
@@ -18,21 +18,21 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
<g id="d0">
<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="13.333333333333334" text-anchor="middle" fill="black" font-family="Helvetica"></text>
</g>
<g id="d1">
<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">2</text>
</g>
<g id="d2">
<use xlink:href="#d0" x="0" y="70.66666666666667" />
<use xlink:href="#d0" x="137.0" y="70.66666666666667" />
<use xlink:href="#d1" x="137.0" y="40.0" />
</g>
<g id="d3">
<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="d4">
<use xlink:href="#d3" x="0" y="31.0" />
<use xlink:href="#d3" 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: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

+3 -3
View File
@@ -18,14 +18,14 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
<g id="d0">
<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="14" text-anchor="middle" fill="black" font-family="Helvetica"></text>
</g>
<g id="d1">
<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">1</text>
</g>
<g id="d2">
<use xlink:href="#d0" x="0" y="125.66666666666667" />
<use xlink:href="#d0" x="137.0" y="101.5" />
<use xlink:href="#d1" x="137.0" y="67.5" />
</g>
<g id="effects">

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

+3 -3
View File
@@ -18,14 +18,14 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
<g id="d0">
<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="14" text-anchor="middle" fill="black" font-family="Helvetica"></text>
</g>
<g id="d1">
<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">1</text>
</g>
<g id="d2">
<use xlink:href="#d0" x="0" y="125.66666666666667" />
<use xlink:href="#d0" x="137.0" y="101.5" />
<use xlink:href="#d1" x="137.0" y="67.5" />
</g>
<g id="effects">

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

+3 -3
View File
@@ -18,14 +18,14 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
<g id="d0">
<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="14" text-anchor="middle" fill="black" font-family="Helvetica"></text>
</g>
<g id="d1">
<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">2</text>
</g>
<g id="d2">
<use xlink:href="#d0" x="0" y="125.66666666666667" />
<use xlink:href="#d0" x="137.0" y="101.5" />
<use xlink:href="#d1" x="137.0" y="67.5" />
</g>
<g id="effects">

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

+4 -4
View File
@@ -18,18 +18,18 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
<g id="d0">
<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="14" text-anchor="middle" fill="black" font-family="Helvetica"></text>
</g>
<g id="d1">
<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">2</text>
</g>
<g id="d2">
<circle cx="0" cy="0" r="20" fill="green" x="0" y="0" />
<circle cx="0" cy="0" r="20" 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="d3">
<use xlink:href="#d0" x="0" y="125.66666666666667" />
<use xlink:href="#d0" x="137.0" y="101.5" />
<use xlink:href="#d1" x="107.0" y="67.5" />
<use xlink:href="#d2" x="167.0" y="67.5" />
</g>

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

+3 -3
View File
@@ -18,14 +18,14 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
<g id="d0">
<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 une carte</tspan><tspan x="0" dy="1em">de votre main ou de votre défausse.</tspan></text>
</g>
<g id="d1">
<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">1</text>
</g>
<g id="d2">
<use xlink:href="#d0" x="0" y="125.66666666666667" />
<use xlink:href="#d0" x="137.0" y="101.5" />
<use xlink:href="#d1" x="137.0" y="60.5" />
</g>
<g id="effects">

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

+6 -6
View File
@@ -18,22 +18,22 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
<g id="d0">
<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="13.333333333333334" text-anchor="middle" fill="black" font-family="Helvetica"></text>
</g>
<g id="d1">
<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">2</text>
</g>
<g id="d2">
<use xlink:href="#d0" x="0" y="70.66666666666667" />
<use xlink:href="#d0" x="137.0" y="70.66666666666667" />
<use xlink:href="#d1" x="137.0" y="40.0" />
</g>
<g id="d3">
<text x="137.0" y="-0.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica">keep_in_hand</text>
<text x="0" y="-0.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica">keep_in_hand</text>
</g>
<g id="d4">
<circle cx="35" cy="27.5" r="15" fill="url(#grad2)" filter="url(#drop-shadow)" />
<use xlink:href="#d3" x="0" y="31.0" />
<circle cx="30" cy="27.5" r="15" fill="url(#grad2)" filter="url(#drop-shadow)" />
<use xlink:href="#d3" 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: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

+3 -3
View File
@@ -18,14 +18,14 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
<g id="d0">
<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="14" text-anchor="middle" fill="black" font-family="Helvetica"></text>
</g>
<g id="d1">
<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="d2">
<use xlink:href="#d0" x="0" y="125.66666666666667" />
<use xlink:href="#d0" x="137.0" y="101.5" />
<use xlink:href="#d1" x="137.0" y="67.5" />
</g>
<g id="effects">

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

+3 -3
View File
@@ -18,14 +18,14 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
<g id="d0">
<text x="137.0" y="-0.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica">buy_gem_for_free</text>
<text x="0" y="-0.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica">buy_gem_for_free</text>
</g>
<g id="d1">
<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">2</text>
</g>
<g id="d2">
<use xlink:href="#d0" x="0" y="125.66666666666667" />
<use xlink:href="#d0" x="137.0" y="101.5" />
<use xlink:href="#d1" x="137.0" y="60.5" />
</g>
<g id="effects">

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

+2 -2
View File
@@ -18,10 +18,10 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
<g id="d0">
<text x="137.0" y="-5.5" font-size="11" text-anchor="middle" fill="black" font-family="Helvetica"><tspan x="137.0" dy="0em">cheaper_skills_passive </tspan><tspan x="137.0" dy="1em">Piochez une carte.</tspan></text>
<text x="0" y="-7.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica"><tspan x="0" dy="0em">cheaper_skills_passive </tspan><tspan x="0" dy="1em">Piochez une carte.</tspan></text>
</g>
<g id="d1">
<use xlink:href="#d0" x="0" y="71.0" />
<use xlink:href="#d0" x="137.0" y="71.0" />
</g>
<g id="effects">
<use xlink:href="#d1" x="0" y="0" />

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

+4 -4
View File
@@ -18,18 +18,18 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
<g id="d0">
<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="14" text-anchor="middle" fill="black" font-family="Helvetica"></text>
</g>
<g id="d1">
<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">1</text>
</g>
<g id="d2">
<circle cx="0" cy="0" r="20" fill="green" x="0" y="0" />
<circle cx="0" cy="0" r="20" 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">2</text>
</g>
<g id="d3">
<use xlink:href="#d0" x="0" y="125.66666666666667" />
<use xlink:href="#d0" x="137.0" y="101.5" />
<use xlink:href="#d1" x="107.0" y="67.5" />
<use xlink:href="#d2" x="167.0" y="67.5" />
</g>

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

+3 -3
View File
@@ -18,14 +18,14 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
<g id="d0">
<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="14" text-anchor="middle" fill="black" font-family="Helvetica"></text>
</g>
<g id="d1">
<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">2</text>
</g>
<g id="d2">
<use xlink:href="#d0" x="0" y="125.66666666666667" />
<use xlink:href="#d0" x="137.0" y="101.5" />
<use xlink:href="#d1" x="137.0" y="67.5" />
</g>
<g id="effects">

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

+3 -3
View File
@@ -18,14 +18,14 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
<g id="d0">
<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="14" text-anchor="middle" fill="black" font-family="Helvetica"></text>
</g>
<g id="d1">
<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">5</text>
</g>
<g id="d2">
<use xlink:href="#d0" x="0" y="125.66666666666667" />
<use xlink:href="#d0" x="137.0" y="101.5" />
<use xlink:href="#d1" x="137.0" y="67.5" />
</g>
<g id="effects">

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

+2 -2
View File
@@ -18,10 +18,10 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
<g id="d0">
<text x="137.0" y="-0.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica">buy_for_free</text>
<text x="0" y="-0.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica">buy_for_free</text>
</g>
<g id="d1">
<use xlink:href="#d0" x="0" y="71.0" />
<use xlink:href="#d0" x="137.0" y="71.0" />
</g>
<g id="effects">
<use xlink:href="#d1" x="0" y="0" />

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

+3 -3
View File
@@ -18,14 +18,14 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
<g id="d0">
<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="14" text-anchor="middle" fill="black" font-family="Helvetica"></text>
</g>
<g id="d1">
<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="d2">
<use xlink:href="#d0" x="0" y="125.66666666666667" />
<use xlink:href="#d0" x="137.0" y="101.5" />
<use xlink:href="#d1" x="137.0" y="67.5" />
</g>
<g id="effects">

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

+2 -2
View File
@@ -18,10 +18,10 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
<g id="d0">
<text x="137.0" y="-5.5" font-size="11" text-anchor="middle" fill="black" font-family="Helvetica"><tspan x="137.0" dy="0em">cheaper_card_if_higher_price </tspan><tspan x="137.0" dy="1em">Piochez une carte.</tspan></text>
<text x="0" y="-7.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica"><tspan x="0" dy="0em">cheaper_card_if_higher_price </tspan><tspan x="0" dy="1em">Piochez une carte.</tspan></text>
</g>
<g id="d1">
<use xlink:href="#d0" x="0" y="71.0" />
<use xlink:href="#d0" x="137.0" y="71.0" />
</g>
<g id="effects">
<use xlink:href="#d1" x="0" y="0" />

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Some files were not shown because too many files have changed in this diff Show More