# File lib/captcha.rb, line 76
    def initialize( x, y, width, height )
      @x, @y = x, y
      @width, @height = width, height
    end