Long dashed lines on paths 

var path = document.querySelector('#wave-path');
path.style.strokeDasharray = '200 60';