Advertisement
Guest User

Untitled

a guest
May 5th, 2015
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. %!PS-Adobe-3.0 EPSF-3.0
  2. %%BoundingBox: 5 5 500 500
  3. %%BeginProlog
  4. /box {
  5. /height 100 def
  6. /width 200 def
  7. newpath
  8. 10 10 moveto
  9. width 0 rlineto
  10. 0 height rlineto
  11. width neg 0 rlineto
  12. closepath
  13. stroke
  14. } end def
  15. %%EndProlog
  16.  
  17. %hollow rectangle
  18. box
  19.  
  20. showpage
  21. %%EOF
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement