Feat : a good start

This commit is contained in:
2024-07-01 01:42:33 +02:00
parent 857dff5d42
commit ae825d7f5d
122 changed files with 8419 additions and 249 deletions
+51
View File
@@ -0,0 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
width="298" height="417" viewBox="0 0 298 417">
<defs>
<linearGradient x1="0" y1="0" x2="1" y2="0" gradientUnits="objectBoundingBox" id="grad1">
<stop offset="0" stop-color="green" stop-opacity="1" />
<stop offset="1" stop-color="green" stop-opacity="0" />
</linearGradient>
<linearGradient x1="0" y1="1" x2="0" y2="0" gradientUnits="objectBoundingBox" id="grad2">
<stop offset="0" stop-color="#ff9935" stop-opacity="1" />
<stop offset="1" stop-color="#ffe744" stop-opacity="1" />
</linearGradient>
<filter id="drop-shadow">
<feDropShadow dx="1" dy="1" stdDeviation="0"></feDropShadow>
</filter>
<g id="faction_icon">
<circle cx="1" cy="1" r="20" fill="black" filter="url(#drop-shadow)" />
<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" />
<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="40.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica">L'adversaire ciblé se défausse d'une carte restack_discarded_card</text>
</g>
<g id="d2">
<circle cx="35" cy="27.5" r="15" fill="black" filter="url(#drop-shadow)" />
<text x="137.0" y="27.5" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica">Piochez une carte.</text>
</g>
<g id="effects">
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
<use xlink:href="#d1" x="0" y="0" />
<use xlink:href="#d2" x="0" y="80" />
</g>
</defs>
<use xlink:href="#drop-shadow" />
<g id="background">
<rect x="0" y="0" width="298" height="417" rx="15" ry="18" fill="black" />
<rect x="12" y="12" width="274" height="388" rx="0" ry="0" fill="lightgreen" />
</g>
<g id="title">
<text x="149.0" y="36" font-size="19" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">Daring Escape</text>
<text x="149.0" y="53" font-size="13" text-anchor="middle" fill="black" font-family="Helvetica">Action</text>
</g>
<use xlink:href="#faction_icon" x="36" y="37" />
<use xlink:href="#d0" x="260" y="36" />
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/missing.png" />
<use xlink:href="#effects" x="12" y="265" />
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB