# File lib/gd2/canvas.rb, line 33
      def initialize(x, y)
        @x, @y = x, y
      end