# File mrplot/helpers.rb, line 191
    def Rect.fromsize(size)
      Rect.new(0,0,size.width,size.height)
    end