tools svg2tvg: introduce a new tool for exporting tvg.
authorHermet Park <chuneon.park@samsung.com>
Mon, 26 Jul 2021 10:56:44 +0000 (19:56 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Thu, 29 Jul 2021 01:14:54 +0000 (10:14 +0900)
commit9d64a2d9564cb4d6955b53c60652300a7de1c688
treed03504748bf2e3e5bfa375056094552a5fc5fa0b
parentfa4fede44558c0c3be27f7d9abb8c3c6a3fe1baa
tools svg2tvg: introduce a new tool for exporting tvg.

This is an utility to convert a file from svg to tvg
To use this, enable the feature by toggling in the meson option.

$meson build -Dtools="svg2tvg" ...

See also the usage:

Usage:
   svg2tvg [SVG file]

Examples:
    $ svg2tvg input.svg
meson_options.txt
src/bin/meson.build
src/bin/svg2tvg/meson.build [new file with mode: 0644]
src/bin/svg2tvg/svg2tvg.cpp [new file with mode: 0644]