Circles
A circle is a kind of Shape
.
Below, we create a Shape
that is a solid circle with a radius of 60
pixels. The center of this circle will be at { x: 120, y: 240 }
.
Loading...
Explore:
- Like rectangles, you can change the appearance of the shape by specifying its
strokeColor
andlineWidth
.