edje: add svg support to parse and store a svg file as a vector object in .edj.
authorSubhransu Mohanty <sub.mohanty@samsung.com>
Wed, 8 Jun 2016 17:26:38 +0000 (10:26 -0700)
committerCedric BAIL <cedric@osg.samsung.com>
Wed, 8 Jun 2016 18:18:20 +0000 (11:18 -0700)
commit698135b8e4a59ef08dc0c0e957ef073df2ef5296
treedc6cf2d10cfbd93b3a7e9c16f19ceabe18bf4030
parent35634573070156882cd06253d2ff026ed3ed8025
edje: add svg support to parse and store a svg file as a vector object in .edj.

Summary:
This is the svg loader which will parse the svg file and store it in a intermediate structure.
It provides the helper function to get EET descriptor to save the structure into eet file.

NOTE: Not all svg attributes are handled yet. but most common attributes are handled .

Reviewers: Hermet, cedric

Subscribers: Hermet, cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D3868

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
src/Makefile_Edje.am
src/bin/edje/edje_cc.h
src/bin/edje/edje_svg_loader.c [new file with mode: 0644]
src/lib/edje/edje_data.c
src/lib/edje/edje_private.h