webgames/templates/carcassonne/ic-401-cathedral.svg
2021-10-31 14:44:14 +01:00

6 lines
380 B
XML

<g transform="translate({{ x }} {{ y }})">
<g transform="rotate({{rotation}} 50 50)">
<path class="city{% if resources[1].uuid() in claimable %} claimable{% endif %}" id="resource-1" data-uuid="{{ resources[1].uuid() }}" d="M 0 0 H 100 V 100 H 0 Z" />
</g>
<path class="cathedral" d="M 5 75 V 45 L 20 30 L 35 45 V 35 L 50 20 L 65 35 V 45 L 80 30 L 95 45 V 75 Z" />
</g>