Skip to content

Instantly share code, notes, and snippets.

@marcpalmer
Last active September 1, 2016 10:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcpalmer/98826eac4bbe7f3d5511a6d54033e940 to your computer and use it in GitHub Desktop.
Save marcpalmer/98826eac4bbe7f3d5511a6d54033e940 to your computer and use it in GitHub Desktop.
Suspect output
Command list is [
GraphicsCommand.moveTo(50.0, 50.0),
GraphicsCommand.lineTo(100.0, 100.0),
GraphicsCommand.lineTo(0.0, 100.0),
GraphicsCommand.lineTo(50.0, 50.0),
GraphicsCommand.setColour(16711935)
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment