Skip to content

Instantly share code, notes, and snippets.

@advorak
Last active December 18, 2015 08:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save advorak/5758128 to your computer and use it in GitHub Desktop.
Save advorak/5758128 to your computer and use it in GitHub Desktop.
require 'prawn'
define_grid columns: 3, rows: 1, gutter: 0
3.times do |i|
grid(0,i).bounding_box do
# How can I the left and right borders with a line size of 5
# and the top and bottom borders with a line size of 1?
stroke_bounds
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment