svg2png: fixing the args interpretation (#760)
authorMira Grudzinska <67589014+mgrudzinska@users.noreply.github.com>
Tue, 31 Aug 2021 09:14:16 +0000 (11:14 +0200)
committerJunsuChoi <jsuya.choi@samsung.com>
Thu, 2 Sep 2021 03:18:55 +0000 (12:18 +0900)
commitc186a24ffe64ca45e5455da1069b345854d168b8
treed7aa7cbda2487d4de0a34c0c11d37e1513717d7e
parentd8bc642f56002f4303ffde77bdc5a0d66b673d26
svg2png: fixing the args interpretation (#760)

The background color was misinterpreted and its value was treated
as an svg file name (warning was returned).
The color format can not be passed in a `#ffffff` format, since
the '#' sign is used in bash to comment a line and nothiing after
it is loaded.
src/bin/svg2png/svg2png.cpp