# File lib/scruffy/layers/base.rb, line 75
    def draw(svg, coords, options={})
      raise RenderError, "You must override the Base#draw method."
    end