Last active
December 18, 2015 08:59
-
-
Save advorak/5758128 to your computer and use it in GitHub Desktop.
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
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