# File mrplot.rb, line 382
    def draw(context, space)
      if visible?
        draw_object(context, space)
      end
    end