Created
February 10, 2014 07:11
-
-
Save boredzo/8911626 to your computer and use it in GitHub Desktop.
Guess the bug!
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
/draw_rows | |
gsave | |
1 dict begin | |
/num_rows exch def | |
1 1 num_rows { | |
5 draw_one_row | |
} for | |
end | |
grestore | |
} def |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment