[svn 51793]: test.edc:
authorshilpa singh <shilpa.singh@samsung.com>
Fri, 8 Oct 2010 15:31:05 +0000 (00:31 +0900)
committershilpa singh <shilpa.singh@samsung.com>
Fri, 8 Oct 2010 15:31:05 +0000 (00:31 +0900)
    sky test edje - clip contents pls. :)

data/objects/test.edc

index 5fb5459..1fee880 100644 (file)
@@ -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;