Fix grid builder to properly generate png
Port of blueprint commit eb58cdef26ea537cc65f842c7675c6575575f6c0
This commit is contained in:
parent
b8b43c3ebc
commit
27e1bf4b0f
@ -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|
|
||||
|
Loading…
Reference in New Issue
Block a user