# File lib/gd2/canvas.rb, line 141 def initialize(center, width, height, range, chord = false) super(center, width, height, range) @chord = chord end