collections { group { name: "icon"; parts { part { name: "bg"; type: RECT; scale: 1; mouse_events: 0; description { state: "default" 0.0; color: 0 0 0 0; } } part { name: "icon_ly"; type: SWALLOW; scale: 1; description { state: "default" 0.0; rel1 { relative: 0.0 0.0; to: "bg"; } rel2 { relative: 1.0 1.0; to: "bg"; } } } part { name: "icon"; type: SWALLOW; scale: 1; description { state: "default" 0.0; rel1 { to: "icon_ly"; } rel2 { to: "icon_ly"; } } } } } }