From 1df7a5135b4410ab84af19de16cff702bfb710e3 Mon Sep 17 00:00:00 2001 From: technikolor Date: Tue, 29 Jul 2003 22:05:47 +0000 Subject: [PATCH] Fixed acouple syntax errors to avoid misleading new folks. SVN revision: 7258 --- legacy/edje/data/src/test.edc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/legacy/edje/data/src/test.edc b/legacy/edje/data/src/test.edc index 1d8e09f2c7..5165294967 100644 --- a/legacy/edje/data/src/test.edc +++ b/legacy/edje/data/src/test.edc @@ -48,8 +48,8 @@ collections // align, 0.5 0.5; // min, 0 0; // max, 0 0; -// step 1 1; -// aspect 0.0 999999.0; +// step, 1 1; +// aspect, 0.0 999999.0; rel1 { relative, 0.0 0.0; @@ -85,10 +85,10 @@ collections // } // } // only useful if its a rect or text object -// color 255, 255, 255, 255; +// color, 255 255 255 255; // only useful if its a text object -// color2 255, 255, 255, 255; -// color3 255, 255, 255, 255; +// color2, 255 255 255 255; +// color3, 255 255 255 255; // text // { // text, "test text"; @@ -96,7 +96,7 @@ collections // size, 12; // fit, 0 0; // min, 1 1; -// align 0.5 0.5; +// align, 0.5 0.5; // } } }