rimmed pushed a commit to branch eflete-1.18.

http://git.enlightenment.org/tools/eflete.git/commit/?id=efed397415253c58d77c4f136b4ce69628fb42a2

commit efed397415253c58d77c4f136b4ce69628fb42a2
Author: Andrii Kroitor <an.kroi...@samsung.com>
Date:   Wed Sep 7 13:38:29 2016 +0300

    example: add map test
---
 example/example.edc | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/example/example.edc b/example/example.edc
index fcb1e10..96c2e9b 100644
--- a/example/example.edc
+++ b/example/example.edc
@@ -407,6 +407,23 @@ collections {
       }
    }
 
+   group { "test/map";
+      inherit: "test/parts/all_part_types";
+      parts {
+         part { name: "rect";      description { state: "default" 0.0; map { 
on:1; rotation.z:45;} } }
+         part { name: "img";       description { state: "default" 0.0; map { 
on:1; rotation.z:45;} } }
+         part { name: "spacer";    description { state: "default" 0.0; map { 
on:1; rotation.z:45;} } }
+         part { name: "swallow";   description { state: "default" 0.0; map { 
on:1; rotation.z:45;} } }
+         part { name: "text";      description { state: "default" 0.0; map { 
on:1; rotation.z:45;} } }
+         part { name: "tb";        description { state: "default" 0.0; map { 
on:1; rotation.z:45;} } }
+         part { name: "group";     description { state: "default" 0.0; map { 
on:1; rotation.z:45;} } }
+         part { name: "proxy";     description { state: "default" 0.0; map { 
on:1; rotation.z:45;} } }
+         part { name: "box";       description { state: "default" 0.0; map { 
on:1; rotation.z:45;} } }
+         part { name: "external";  description { state: "default" 0.0; map { 
on:1; rotation.z:45;} } }
+         part { name: "table";     description { state: "default" 0.0; map { 
on:1; rotation.z:45;} } }
+      }
+   }
+
    group { name: "test/wrong_files";
       parts {
          part { name: "click_me_not_a_sound"; type: TEXT;

-- 


Reply via email to