Skip to content

Instantly share code, notes, and snippets.

@gferreira
Created August 5, 2015 13:06
Show Gist options
  • Save gferreira/c79539e68d683276b0d3 to your computer and use it in GitHub Desktop.
Save gferreira/c79539e68d683276b0d3 to your computer and use it in GitHub Desktop.
Drawing from the top-left corner in DrawBot
# drawing from top-left
translate(0, height())
scale(1, -1)
rect(20, 20, 200, 200)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment