efl/legacy/edje/src
Gustavo Sverzut Barbieri ddc7fb9527 Just cut/ellipsis if text.min.x is not set.
This should fix the bug with the following code:

collections {
   group { name: "main";
      parts {
         part { name: "text";
            type: TEXT;
            description { state: "default" 0.0;
               text {
                  font: "Sans";
                  size: 72;
                  text: "contents";
                  fit: 0 1;
                  min: 1 0;
               }
            }
         }
      }
   }
}




SVN revision: 62639
2011-08-20 23:47:46 +00:00
..
bin Edje: Fixed a couple of compilation warnings. 2011-08-18 11:41:04 +00:00
examples edje/perspective - Add an example using the perspective global setting. 2011-08-05 19:53:10 +00:00
lib Just cut/ellipsis if text.min.x is not set. 2011-08-20 23:47:46 +00:00
Makefile.am [edje] First commented example, along with infra to build it. 2011-07-29 16:31:05 +00:00