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