make text more visible
This commit is contained in:
parent
388c141e23
commit
da79d55a0d
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue