Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
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