Merge pull request #135 from blad/update-frame-dimensions

Add `resize` to Shapes Example
This commit is contained in:
Devine Lu Linvega 2020-09-18 09:28:26 -07:00 committed by GitHub
commit ad92883ae2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,8 @@
;
(clear)
(resize 800 800)
(stroke
(rect 0 0 300 300) colors:0)
@ -60,4 +62,4 @@
(pos 600 0)
(pos 600 300)) colors:0)
(transform:reset)
(transform:reset)