Advertisement
Icomey

Untitled

Mar 25th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. (define (outline img)
  2. (overlay
  3. (rectangle (+ 2 (image-width img))
  4. (+ 2 (image-width img))
  5. "outline"
  6. "red"
  7. )
  8. img
  9. )
  10. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement