Imported Upstream version 1.7.1
[platform/upstream/edje.git] / src / examples / basic2.edc
1 collections {
2    group {
3       name: "image_group";
4       max: 500 500;
5       min: 50 50;
6
7      images{
8                 image: "bubble.png" COMP;
9      }
10
11     parts{
12                 part{
13                    name: "part_image";
14                    type: IMAGE;
15                    description{
16                        image{
17                                 normal: "bubble.png";
18                        }
19                    }
20                 }
21     }
22
23    }
24 }