<g transform="translate({{ x }} {{ y }})"> <g transform="rotate({{ rotation }} 50 50)"> <path class="pasture{% 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" /> <path class="river" d="M 40 0 V 50 H 60 V 0 Z" /> <circle class="river" cx="50", cy="50", r="30" /> </g> </g>