Created
August 7, 2017 18:41
-
-
Save honix/ede14f02fb27b605fe9b782dd35f0d56 to your computer and use it in GitHub Desktop.
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
Red [] | |
b: make image! 310x80 | |
draw b [ | |
fill-pen red | |
box 10x10 60x60 | |
fill-pen blue | |
box 70x10 120x60 | |
fill-pen linear red blue | |
box 130x10 180x60 | |
fill-pen green | |
box 190x10 240x60 | |
fill-pen linear black transparent | |
box 250x10 300x60 | |
] | |
view [image b] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment