+ 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?
1 Resposta
+ 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