All pastes #2051130 Raw Edit

Someone

public text v1 · immutable
#2051130 ·published 2011-04-27 08:25 UTC
rendered paste body
collections {
   group {
      min: 64 64;
      max: 128 128;
      name: "rect";
      parts {
         part {
            name: "Rectangle";
            type: RECT;
            description {
               state: "default" 0.0;
               color: 255 0 0 255;
            }
         }
      }
   }

   group {
      name: "table";
      parts {
         part {
            name: "table";
            type: TABLE;
            description {
               state: "default" 0.0;
            }
            table {
               items {
                  item {
                     type: GROUP;
                     source: "rect";
                     position: 0 0;
                  }
                  item {
                     type: GROUP;
                     source: "rect";
                     position: 1 0;
                  }
               }
            }
         }
      }
   }
}