Skip to content

Instantly share code, notes, and snippets.

@honix
Created August 7, 2017 18:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save honix/ede14f02fb27b605fe9b782dd35f0d56 to your computer and use it in GitHub Desktop.
Save honix/ede14f02fb27b605fe9b782dd35f0d56 to your computer and use it in GitHub Desktop.
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