Circles are a bit different.
- Whereas rectangles are positioned by their top-left corner, circles are positioned by their centre
- Rectangles are sized by their width and height, but circles are sized by their radius
- Circles include some additional parameters (numbers in the parenthesis) that
let you just draw portions (or arcs) of circles.
- There's some other weird syntax.
Look at the example.