DIFFERENCES FROM EDJE
=====================

These are the missing features from the original Edje (EFL):

 * embryo support;
 * embedded font support;
 * data section support;
 * spectra support;
 * styles support;

 * Parts:
   * use_alternate_font_metrics;
   * repeat_events;
   * dragable;
   * pointer_mode;
   * ignore_flags;
   * gradient type;
   * precise_is_inside;
   * text's effects (shadow, outline, etc).
   * Description:
     * step support;
     * aspect support;
     * fixed support;
     * aspect_preference;

   * Image:
     * border support;
     * middle support;
     * fill support;

   * Text:
     * text_class support;
     * fit;
     * text_source;
     * elipsis;
     * style (textblock);
     * min/max;
     * effects;

  * Programs:
    * mouse,in signal support;
    * mouse,out signal support;
    * emit signal load/show/hide/resize support;
    * program,start signal support;
    * program,stop signal support;
