From e38b5dfdbed8e4cb203fde4c0fdbe987320a41ce Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Mon, 28 Jul 2014 16:38:42 -0400 Subject: [PATCH] More sensible default for text coloring --- lib/squib/constants.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/squib/constants.rb b/lib/squib/constants.rb index f96225e..ed8f588 100644 --- a/lib/squib/constants.rb +++ b/lib/squib/constants.rb @@ -3,7 +3,7 @@ module Squib #@api public SYSTEM_DEFAULTS = { :range => :all, - :color => :white, + :color => :black, :str => '', :fill_color => '#0000', :stroke_color => :black,