Left/Right Half Circle Using SVG
<svg width="100" height="100">
<circle cx="50" cy="50" r="50" fill="grey" />
<path d="M50,0 a1,1 0 100,100 0,0" fill="orange" />
</svg>
Bottom/Top Half Circle Using SVG
<svg width="100" height="100">
<circle cx="50" cy="50" r="50" fill="grey" />
<path d="M0,50 a1,1 0 0,0 100,0" fill="orange" />
</svg>
<svg width="100" height="100">
<circle cx="50" cy="50" r="50" fill="grey" />
<path d="M50,0 a1,1 0 100,100 0,0" fill="orange" />
</svg>
Bottom/Top Half Circle Using SVG
<svg width="100" height="100">
<circle cx="50" cy="50" r="50" fill="grey" />
<path d="M0,50 a1,1 0 0,0 100,0" fill="orange" />
</svg>
No comments:
Post a Comment