Skip to content

Instantly share code, notes, and snippets.

@ahlusar1989
Created December 28, 2016 16:39
Show Gist options
  • Save ahlusar1989/e10f606d6a34faa20176bed5ea0d1292 to your computer and use it in GitHub Desktop.
Save ahlusar1989/e10f606d6a34faa20176bed5ea0d1292 to your computer and use it in GitHub Desktop.
data
{
"points": [
{
"x": 100,
"y": 100,
"oldx": 50,
"oldy": 150
},
{
"x": 200,
"y": 100,
"oldx": 200,
"oldy": 100
},
{
"x": 200,
"y": 200,
"oldx": 200,
"oldy": 200
},
{
"x": 100,
"y": 200,
"oldx": 100,
"oldy": 200
},
{
"x": 550,
"y": 100,
"oldx": 550,
"oldy": 100,
"pinned": true
},
{
"x": 400,
"y": 100,
"oldx": 400,
"oldy": 100
},
{
"x": 250,
"y": 100,
"oldx": 250,
"oldy": 100
}
],
"sticks": [
{
"p0": 0,
"p1": 1
},
{
"p0": 1,
"p1": 2
},
{
"p0": 2,
"p1": 3
},
{
"p0": 3,
"p1": 0
},
{
"p0": 0,
"p1": 2,
"hidden": true
},
{
"p0": 4,
"p1": 5
},
{
"p0": 5,
"p1": 6
},
{
"p0": 6,
"p1": 0
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment