her.esy.fun/logo-svg.org

11 lines
429 B
Org Mode
Raw Normal View History

2019-11-22 01:55:20 +00:00
@@html:
<div style="text-align:center">
<svg width="5em" viewBox="0 0 64 64">
<circle cx="32" cy="32" r="31" stroke="var(--base2)" stroke-width="1" fill="var(--base03)"/>
<circle cx="32" cy="32" r="16" stroke="var(--red)" stroke-width="1" fill="var(--orange)"/>
<circle cx="32" cy="32" r="8" stroke-width="0" fill="var(--yellow)"/>
<ellipse cx="32" cy="12" rx="16" ry="10" stroke-width="0" fill="var(--base3)"/>
</svg>
</div>
@@