# File lib/scruffy/layers/average.rb, line 28
    def draw(svg, coords, options = {})
      svg.polyline( :points => coords.join(' '), :fill => 'none', :stroke => 'black',
                    'stroke-width' => relative(5), 'opacity' => '0.4')
    end