diff options
author | Vitalii Vorobiov <vi.vorobiov@samsung.com> | 2017-01-27 13:54:47 +0200 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-11-07 11:54:09 +0900 |
commit | 7d9c1256a30bdbe3680c14da77d5fadf3382b6ef (patch) | |
tree | aae39980a119e1f21d0210d5dbea9ab8206f623f /src/lib/evas/vg/evas_vg_cache.c | |
parent | 3f75c92ca9e559204c20228444810e8d482986d0 (diff) |
vg_savers/svg: empty (for now) module that will save svg in original file
Just as a starter to make a working background that, later on, will go
through Svg_Node's and build a certain source code to be saved in SVG
picture as a file
Diffstat (limited to '')
-rw-r--r-- | src/lib/evas/vg/evas_vg_cache.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/evas/vg/evas_vg_cache.c b/src/lib/evas/vg/evas_vg_cache.c index 57f3cefc56..f3e8f77289 100644 --- a/src/lib/evas/vg/evas_vg_cache.c +++ b/src/lib/evas/vg/evas_vg_cache.c | |||
@@ -102,7 +102,8 @@ struct ext_saver_s | |||
102 | static const struct ext_saver_s savers[] = | 102 | static const struct ext_saver_s savers[] = |
103 | { /* map extensions to savers to use for good first-guess tries */ | 103 | { /* map extensions to savers to use for good first-guess tries */ |
104 | MATCHING(".eet", "eet"), | 104 | MATCHING(".eet", "eet"), |
105 | MATCHING(".edj", "eet") | 105 | MATCHING(".edj", "eet"), |
106 | MATCHING(".svg", "svg") | ||
106 | }; | 107 | }; |
107 | 108 | ||
108 | static Evas_Module * | 109 | static Evas_Module * |