php-svg icon indicating copy to clipboard operation
php-svg copied to clipboard

half circle

Open Zorgios opened this issue 3 years ago • 1 comments

how to draw half a circle?

Zorgios avatar Jul 12 '21 10:07 Zorgios

Hi, as a path: <path d="M0,50 a1,1 0 0,0 100,0" fill="blue" /> or as circle <circle cx="0" cy="220" r="50%" fill="blue" />

janstieler avatar Aug 22 '21 09:08 janstieler