Skip to content

Instantly share code, notes, and snippets.

@sciabarracom
Last active August 7, 2020 16:09
Show Gist options
  • Save sciabarracom/c6b29251ad18396ae1608bc57a8bd1a8 to your computer and use it in GitHub Desktop.
Save sciabarracom/c6b29251ad18396ae1608bc57a8bd1a8 to your computer and use it in GitHub Desktop.
[
{ "x": 0, "y": 0, "m": "red" }
]
[
{ "x": 0, "y": 0, "m": "red" },
{ "x": 0, "y": 1, "m": "blue" }
]
[
{ "x": 0, "y": 0, "m": "red" },
{ "x": 0, "y": 1, "m": "blue" },
{ "x": 1, "y": 0, "m": "blue" },
{ "x": 1, "y": 1, "m": "red" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment