Dotted lines on paths 

var path = document.querySelector('#wave-path');
path.style.strokeDasharray = '0 40';