Created
August 5, 2015 13:06
-
-
Save gferreira/c79539e68d683276b0d3 to your computer and use it in GitHub Desktop.
Drawing from the top-left corner in DrawBot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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