make text more visible

This commit is contained in:
nek0 2016-12-24 01:10:18 +01:00
parent 388c141e23
commit da79d55a0d
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ load _ = do
traceM "over"
text <- G.gegl_node_new_child root $ G.textOperation
[ G.Property "string" $ G.PropertyString "Hello world!"
, G.Property "color" $ G.PropertyColor $ G.RGBA 0 0 1 0.1
, G.Property "color" $ G.PropertyColor $ G.RGBA 0 0 1 0.5
, G.Property "size" $ G.PropertyDouble 40
]
traceM "text"