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

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -