From da79d55a0de7eb3252966bb00a585be54c71ab04 Mon Sep 17 00:00:00 2001 From: nek0 Date: Sat, 24 Dec 2016 01:10:18 +0100 Subject: [PATCH] make text more visible --- examples/example00.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/example00.hs b/examples/example00.hs index 8046990..84b370d 100644 --- a/examples/example00.hs +++ b/examples/example00.hs @@ -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"