Skip to content

Instantly share code, notes, and snippets.

@boredzo
Created February 10, 2014 07:11
Show Gist options
  • Save boredzo/8911626 to your computer and use it in GitHub Desktop.
Save boredzo/8911626 to your computer and use it in GitHub Desktop.
Guess the bug!
/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