From fabb5d67bb1d5f3deae9109d1977d9637ff0cfb8 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Wed, 1 Sep 2010 01:13:16 +0000 Subject: [PATCH] sky test edje - clip contents pls. :) SVN revision: 51793 --- legacy/elementary/data/objects/test.edc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/legacy/elementary/data/objects/test.edc b/legacy/elementary/data/objects/test.edc index 5fb5459284..1fee880e1c 100644 --- a/legacy/elementary/data/objects/test.edc +++ b/legacy/elementary/data/objects/test.edc @@ -7,8 +7,14 @@ collections { image: "clo.png" LOSSY 60; } parts { + part { name: "clip"; + type: RECT; + description { state: "default" 0.0; + } + } part { name: "sky"; mouse_events: 0; + clip_to: "clip"; description { state: "default" 0.0; aspect: 2.6225 2.6225; aspect_preference: NONE; @@ -26,6 +32,7 @@ collections { } part { name: "under"; mouse_events: 0; + clip_to: "clip"; description { state: "default" 0.0; align: 0.5 0.0; aspect: 1.486068111 1.486068111; @@ -35,6 +42,7 @@ collections { } part { name: "element1"; type: SWALLOW; + clip_to: "clip"; description { state: "default" 0.0; rel1 { relative: 0.2 0.2; @@ -46,6 +54,7 @@ collections { } part { name: "element2"; type: SWALLOW; + clip_to: "clip"; description { state: "default" 0.0; rel1 { relative: 0.6 0.3; @@ -57,6 +66,7 @@ collections { } part { name: "element3"; type: SWALLOW; + clip_to: "clip"; description { state: "default" 0.0; rel1 { relative: 0.1 0.7; @@ -68,6 +78,7 @@ collections { } part { name: "over"; mouse_events: 0; + clip_to: "clip"; description { state: "default" 0.0; align: 0.0 1.0; aspect: 2.238095238 2.238095238; @@ -78,6 +89,7 @@ collections { } part { name: "clo"; mouse_events: 0; + clip_to: "clip"; description { state: "default" 0.0; fill { smooth: 0;