wasm: work with log option
authorShinwoo Kim <cinoo.kim@samsung.com>
Tue, 15 Dec 2020 07:21:18 +0000 (16:21 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Wed, 16 Dec 2020 01:01:26 +0000 (10:01 +0900)
commit30c13694740452ff5901cf6769b68ec373daa981
treeddea25217d5b64f940fa1d7f50bc599179489c93
parent748ae0352fcdea720be88a6482a6beb686d6222d
wasm: work with log option

The wasm is using the ThorVG output starting whith "SVG:" to show
unsupported element and attribute of svg file.
This patch updates wasm_build.sh to make ThorVG prints log,
and removes build errors.

  - Following commit needs to include 'algorithm'
    1ed6113 common sw_engine: code refactoring & stabilizing.

  - Following commit needs to include 'string'
    5481633 svg_loader XmlParser: Print unsupported elements, ...

Change-Id: I46bee4588d84b2a647455ac831644f88d2e358cb
src/lib/sw_engine/tvgSwImage.cpp
src/loaders/svg/tvgXmlParser.cpp
wasm_build.sh