Created
September 3, 2021 23:49
-
-
Save zamfi/1414ddbd9bdf2ea58662d100cc7ae057 to your computer and use it in GitHub Desktop.
This file contains 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
rect(70, 70, 200, 200); | |
rect(width/2 - 100, height/2 - 100, 200, 200); | |
var offset = 100; | |
rect(width/2 - offset, height/2 - offset, offset*2, offset*2); | |
offset = 90; | |
rect(width/2 - offset, height/2 - offset, offset*2, offset*2); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment