diff options
author | Xiangyin Ma <x1.ma@samsung.com> | 2016-02-23 16:58:07 +0000 |
---|---|---|
committer | Xiangyin Ma <x1.ma@samsung.com> | 2016-03-22 17:29:19 +0000 |
commit | 83115a04a550b25adef4a2d6ac39dd45a2a0deba (patch) | |
tree | d3bafce32e2653dae3846c084f69e2d773656fb4 /demo | |
parent | 1bb19325c728169dbf3994aefdc12a8a5f00ca02 (diff) | |
download | dali-demo-83115a04a550b25adef4a2d6ac39dd45a2a0deba.tar.gz dali-demo-83115a04a550b25adef4a2d6ac39dd45a2a0deba.tar.bz2 dali-demo-83115a04a550b25adef4a2d6ac39dd45a2a0deba.zip |
Render SVG with ImageView
Change-Id: I70f0ffcb30d9d353940eed5c22c631be79122d55
Diffstat (limited to 'demo')
-rw-r--r-- | demo/dali-demo.cpp | 1 | ||||
-rw-r--r-- | demo/file.list | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/demo/dali-demo.cpp b/demo/dali-demo.cpp index d8faaa2b..5f89db7c 100644 --- a/demo/dali-demo.cpp +++ b/demo/dali-demo.cpp @@ -71,6 +71,7 @@ int main(int argc, char **argv) demo.AddExample(Example("image-view.example", DALI_DEMO_STR_TITLE_IMAGE_VIEW)); demo.AddExample(Example("image-view-pixel-area.example", DALI_DEMO_STR_TITLE_IMAGE_VIEW_PIXEL_AREA)); demo.AddExample(Example("image-view-alpha-blending.example", DALI_DEMO_STR_TITLE_IMAGE_VIEW_ALPHA_BLENDING)); + demo.AddExample(Example("image-view-svg.example", DALI_DEMO_STR_TITLE_IMAGE_VIEW_SVG)); demo.AddExample(Example("super-blur-bloom.example", DALI_DEMO_STR_TITLE_SUPER_BLUR_BLOOM)); demo.AddExample(Example("tilt.example", DALI_DEMO_STR_TITLE_TILT_SENSOR)); diff --git a/demo/file.list b/demo/file.list index fe1e6d8b..c64143aa 100644 --- a/demo/file.list +++ b/demo/file.list @@ -15,7 +15,8 @@ demo_image_files = \ $(demo_src_dir)/images/*.gif \ $(demo_src_dir)/images/*.bmp \ $(demo_src_dir)/images/*.ico \ - $(demo_src_dir)/images/*.wbmp + $(demo_src_dir)/images/*.wbmp \ + $(demo_src_dir)/images/*.svg demo_model_files = \ $(demo_src_dir)/models/* |