0
0
Fork 0

Fix rewrite of background color <.<

This commit is contained in:
Stormwind 2015-10-22 12:43:18 +02:00
parent 0f96f9c139
commit de3f831ac3
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ module Rubella
y = @data.dataset_length*@field_size # buckets x field_size
# start drawing the damn thing
image = Magick::Image.new(x, y) { self.background_color = "lime" }
image = Magick::Image.new(x, y) { self.background_color = "white" }
i = 0
@data.each do |point|