diff --git a/lib/compass/grid_builder.rb b/lib/compass/grid_builder.rb index 2b5c5d34..e81d1f6e 100644 --- a/lib/compass/grid_builder.rb +++ b/lib/compass/grid_builder.rb @@ -48,7 +48,7 @@ module Compass canvas.background_fill = 'white' canvas.g do |column| - column.rect(self.column_width, @height).styles(:fill => "#e8effb") + column.rect(self.column_width - 1, @height).styles(:fill => "#e8effb") end canvas.g do |baseline|