Fix grid builder to properly generate png

Port of blueprint commit eb58cdef26ea537cc65f842c7675c6575575f6c0
This commit is contained in:
Chris Eppstein 2009-11-24 09:30:22 -08:00
parent b8b43c3ebc
commit 27e1bf4b0f

View File

@ -48,7 +48,7 @@ module Compass
canvas.background_fill = 'white' canvas.background_fill = 'white'
canvas.g do |column| canvas.g do |column|
column.rect(self.column_width, @height).styles(:fill => "#e8effb") column.rect(self.column_width - 1, @height).styles(:fill => "#e8effb")
end end
canvas.g do |baseline| canvas.g do |baseline|