deep-engine-demo/packages/sdk/public/texture/clipping/rotate_right.svg
2026-04-19 18:46:28 +08:00

6 lines
319 B
XML

<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128">
<circle cx="64" cy="64" r="56" fill="#00AA00" />
<path d="M 64 24 A 40 40 0 1 1 24 64" fill="none" stroke="#FFFFFF" stroke-width="12" stroke-linecap="round"/>
<polygon points="12,68 24,44 36,68" fill="#FFFFFF" transform="rotate(-30 24 64)"/>
</svg>