SVG <circle>
SVG ပုံခွဲ - <circle>
<circle>
ပုံခွဲတစ်ခု အသုံးပြုသည်
အယ်လ်ဂျီ စကားရပ်ပုံ
ဌာနတင်
<svg height="100" width="100"> <circle cx="50" cy="50" r="40" stroke="black" stroke-width="3" fill="red" /> </svg>
စကားရပ်သံပြန့်ကြောင်းကို
- cx 和 cy 属性定义圆心的 x 和 y 坐标。如果省略 cx 和 cy,则圆心设置为 (0,0)
- r 属性定义圆的半径