Dashed lines on paths 

var path = document.querySelector('#wave-path');
path.style.strokeDasharray = '30 50';