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