javascript - How to draw svg line using an object of coordinates? -
i have object contains 41 points of x , y coordinates this:
1: { x: 325, y: 34 }, 2: { x: 340, y: 88 }, 3: { x: 377, y: 36 }
is possible extend svg path javascript every time user clicks on coordinates ?
Comments
Post a Comment