More sensible default for text coloring

dev
Andy Meneely 2014-07-28 16:38:42 -04:00
parent 3f5adce4a6
commit e38b5dfdbe
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ module Squib
#@api public
SYSTEM_DEFAULTS = {
:range => :all,
:color => :white,
:color => :black,
:str => '',
:fill_color => '#0000',
:stroke_color => :black,