Created
December 28, 2016 16:39
-
-
Save ahlusar1989/e10f606d6a34faa20176bed5ea0d1292 to your computer and use it in GitHub Desktop.
data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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