# File gtk/sample/misc/cairo-pong.rb, line 98
    def initialize(field, x, y)
      super(x, y, 0.05, 0.3)
      @field = field
    end