36 lines
1.9 KiB
XML
36 lines
1.9 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 120" width="200" height="120">
|
|
<!-- Hintergrund-Rechteck -->
|
|
<rect x="5" y="5" width="190" height="110" rx="8" ry="8" fill="#FFB6C1" stroke="#000000" stroke-width="2"/>
|
|
|
|
<!-- Größere Kamera oben -->
|
|
<g transform="translate(73, 25)">
|
|
<rect x="0" y="0" width="65" height="45" rx="5" fill="#FFFFFF" stroke="#333" stroke-width="2"/>
|
|
<circle cx="30" cy="20" r="15" fill="#333"/>
|
|
<circle cx="30" cy="20" r="10" fill="#666"/>
|
|
<rect x="52" y="5" width="4" height="10" fill="#FFD700"/>
|
|
</g>
|
|
|
|
<!-- Größere Spielkarten links -->
|
|
<g transform="translate(10, 20)">
|
|
<rect x="0" y="0" width="25" height="35" rx="3" fill="#FFFFFF" stroke="#333" transform="rotate(-5 15 17.5)"/>
|
|
<text x="15" y="22" font-size="10" text-anchor="middle" fill="#333">♠A</text>
|
|
<rect x="15" y="5" width="24" height="35" rx="3" fill="#FFFFFF" stroke="#333"/>
|
|
<text x="30" y="27.5" font-size="10" text-anchor="middle" fill="#333">♥K</text>
|
|
<rect x="30" y="10" width="25" height="35" rx="3" fill="#FFFFFF" stroke="#333" transform="rotate(5 45 27.5)"/>
|
|
<text x="45" y="32.5" font-size="10" text-anchor="middle" fill="#333">♦Q</text>
|
|
</g>
|
|
|
|
<!-- Größere Menschen rechts -->
|
|
<g transform="translate(145, 25)">
|
|
<circle cx="10" cy="10" r="10" fill="#FFDAB9" stroke="#333"/>
|
|
<rect x="6" y="20" width="8" height="15" fill="#FFDAB9" stroke="#333"/>
|
|
<circle cx="30" cy="5" r="10" fill="#FFDAB9" stroke="#333"/>
|
|
<rect x="26" y="15" width="8" height="15" fill="#FFDAB9" stroke="#333"/>
|
|
<circle cx="20" cy="30" r="10" fill="#FFDAB9" stroke="#333"/>
|
|
<rect x="16" y="40" width="8" height="15" fill="#FFDAB9" stroke="#333"/>
|
|
</g>
|
|
|
|
<!-- Größerer Text unten -->
|
|
<text x="100" y="100" font-family="Arial" font-size="16" font-weight="bold" text-anchor="middle" fill="#333">Die Fotospiel App</text>
|
|
</svg>
|