From: shilpa singh Date: Fri, 8 Oct 2010 15:31:05 +0000 (+0900) Subject: [svn 51793]: test.edc: X-Git-Tag: origin~48 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=15d8483214a9326f41d4477801f6ec2542645642;p=framework%2Fuifw%2Felementary.git [svn 51793]: test.edc: sky test edje - clip contents pls. :) --- diff --git a/data/objects/test.edc b/data/objects/test.edc index 5fb5459..1fee880 100644 --- a/data/objects/test.edc +++ b/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;