Skip to content

Instantly share code, notes, and snippets.

@seyyah
Created November 23, 2010 05:28
Show Gist options
  • Save seyyah/711312 to your computer and use it in GitHub Desktop.
Save seyyah/711312 to your computer and use it in GitHub Desktop.
%!
%% Example 6
/csquare {
newpath
0 0 moveto
0 1 rlineto
1 0 rlineto
0 -1 rlineto
closepath
setrgbcolor
fill
} def
20 20 scale
5 5 translate
1 0 0 csquare
1 0 translate
0 1 0 csquare
1 0 translate
0 0 1 csquare
showpage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment