Skip to content

Instantly share code, notes, and snippets.

@TheCire
Created May 10, 2012 06:51
Show Gist options
  • Save TheCire/2651526 to your computer and use it in GitHub Desktop.
Save TheCire/2651526 to your computer and use it in GitHub Desktop.
JSON values
[
{
"x1":0.0,
"y1":0.0,
"x2":0.125,
"y2":0.125
},
{
"x1":0.125,
"y1":0.0,
"x2":0.25,
"y2":0.125
},
{
"x1":0.25,
"y1":0.0,
"x2":0.375,
"y2":0.125
},
{
"x1":0.0,
"y1":0.125,
"x2":0.125,
"y2":0.25
},
{
"x1":0.125,
"y1":0.125,
"x2":0.25,
"y2":0.25
},
{
"x1":0.25,
"y1":0.125,
"x2":0.375,
"y2":0.25
},
{
"x1":0.0,
"y1":0.25,
"x2":0.125,
"y2":0.375
},
{
"x1":0.125,
"y1":0.25,
"x2":0.25,
"y2":0.375
},
{
"x1":0.25,
"y1":0.25,
"x2":0.375,
"y2":0.375
},
{
"x1":0.0,
"y1":0.375,
"x2":0.125,
"y2":0.5
},
{
"x1":0.125,
"y1":0.375,
"x2":0.25,
"y2":0.5
},
{
"x1":0.25,
"y1":0.375,
"x2":0.375,
"y2":0.5
},
{
"x1":0.0,
"y1":0.5,
"x2":0.125,
"y2":0.625
},
{
"x1":0.125,
"y1":0.5,
"x2":0.25,
"y2":0.625
},
{
"x1":0.25,
"y1":0.5,
"x2":0.375,
"y2":0.625
},
{
"x1":0.0,
"y1":0.625,
"x2":0.125,
"y2":0.75
},
{
"x1":0.125,
"y1":0.625,
"x2":0.25,
"y2":0.75
},
{
"x1":0.25,
"y1":0.625,
"x2":0.375,
"y2":0.75
},
{
"x1":0.0,
"y1":0.75,
"x2":0.125,
"y2":0.875
},
{
"x1":0.125,
"y1":0.75,
"x2":0.25,
"y2":0.875
},
{
"x1":0.25,
"y1":0.75,
"x2":0.375,
"y2":0.875
},
{
"x1":0.0,
"y1":0.875,
"x2":0.125,
"y2":1.0
},
{
"x1":0.125,
"y1":0.875,
"x2":0.25,
"y2":1.0
},
{
"x1":0.25,
"y1":0.875,
"x2":0.375,
"y2":1.0
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment