Test and deploy / test-and-deploy (push) Successful in 59s
Co-Authored-By: Claude Fable 5 <[email protected]>
20 lines
1.0 KiB
XML
20 lines
1.0 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
<!-- Roast Planner mark: one bean, raw → roasted. Green half is the lot on the shelf,
|
|
ember half is the finished roast; the crease is the journey between them. -->
|
|
<defs>
|
|
<clipPath id="bean-clip">
|
|
<path d="M256 100 C 352 100 372 192 372 256 C 372 320 352 412 256 412 C 160 412 140 320 140 256 C 140 192 160 100 256 100 Z"/>
|
|
</clipPath>
|
|
</defs>
|
|
<rect width="512" height="512" rx="120" fill="#FBF8F4"/>
|
|
<g transform="rotate(-20 256 256)">
|
|
<g clip-path="url(#bean-clip)">
|
|
<rect x="120" y="80" width="136" height="352" fill="#7A8C5E"/>
|
|
<rect x="256" y="80" width="136" height="352" fill="#A8481A"/>
|
|
</g>
|
|
<path d="M256 100 C 352 100 372 192 372 256 C 372 320 352 412 256 412 C 160 412 140 320 140 256 C 140 192 160 100 256 100 Z"
|
|
fill="none" stroke="#54371F" stroke-width="14"/>
|
|
<path d="M256 122 C 296 190 216 322 256 390" fill="none" stroke="#FBF8F4" stroke-width="26" stroke-linecap="round"/>
|
|
</g>
|
|
</svg>
|