+ 1

How to start from new point in polyline/gon????

While drawing in plolyline, how can we start from new point? Means I don't want to continue from relative point value in points attribute, I want to draw a another line in somewhere eles, then how?

14th Apr 2020, 1:10 PM
Himanshu Rai
Himanshu Rai - avatar
1 Respuesta
+ 2
You cannot :( But you could use path instead :) svg path element reference: https://developer.mozilla.org/en-US/docs/Web/SVG/Element/path tuto svg (path part) https://developer.mozilla.org/en-US/docs/Web/SVG/Tutorial/Paths svg line element reference: https://developer.mozilla.org/en-US/docs/Web/SVG/Element/polyline
14th Apr 2020, 8:42 PM
visph
visph - avatar