SVG gradient as polylines stroke background with absolute position
问题 Is there the ability to set absolute position of the gradient background applied to polyline? For example when I set gradient: <filter id="black-glow"> <feColorMatrix type="matrix" values= "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0" /> <feGaussianBlur stdDeviation="3" result="coloredBlur" /> <feMerge> <feMergeNode in="coloredBlur" /> <feMergeNode in="SourceGraphic" /> </feMerge> </filter> to polyline's stroke: <polyline points="50,350 ... 350,239" style="fill:none;" stroke="url(#grad1)" stroke