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