# File lib/gd2/canvas.rb, line 373
    def circle(cx, cy, diameter, filled = false)
      ellipse(cx, cy, diameter, diameter, filled)
    end