How to create ZigZag pattern using set of Points
I am working in svg and want to create a pattern using given set of points. My zigzag pattern is 'Equilateral Triangle'. I am using 'Path' in svg to create this. issue is that i am unable to find e...