tools svg2tvg: support converting multiple files.
authorHermet Park <chuneon.park@samsung.com>
Wed, 27 Oct 2021 11:53:01 +0000 (20:53 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Thu, 28 Oct 2021 06:19:31 +0000 (15:19 +0900)
commit3f1791f8b7eceb4d15d87990dae873772cbef6af
tree8acdd1d72a48739f4e3239c9a1e7af14652a6256
parent6f97b7880c30ee6b15d9014f730a05e3463b71ee
tools svg2tvg: support converting multiple files.

Usage:
   svg2tvg [SVG file] or [SVG folder]

Examples:
    $ svg2tvg input.svg
    $ svg2tvg svgfolder
src/bin/svg2tvg/svg2tvg.cpp