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

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -