public fillOval(x as Int, y as Int, width as Int, height as Int) as Void:
painter.fillOval(20, 20, 80, 50)