# File lib/gd2/canvas.rb, line 166
      def initialize(center, width, height)
        @center, @width, @height = center, width, height
      end