Circle - xkp/Doc GitHub Wiki

Overview

A simple circle.

Usage

<circle id="c1" x="50" y="50" radius="60" fill="cyan" stroke="black" line_width="3"/>

Properties

radius: The radius of the circle.

fill: string, represents how the rectangle will be filled. Conforms to the HTML5 standard.

stroke: string, represents how the rectangle's border will be drawn. Conforms to the HTML5 standard.

line_width: int, represents how thick the border will be.