thorvg/src/bin/svg2png
Mira Grudzinska 2a0a3950e6 svg2png: rounding up svg width and height
The svg width/height values were cast to int,
which could result in cutting off a small part
of the image. Now, in the case of a non-integer
size, it will be rounded up.

@Issue: https://github.com/thorvg/thorvg/issues/1414
2023-05-05 10:58:54 +09:00
..
lodepng.cpp ThorVG/Utils: Convert svg to png (#8) 2020-09-16 11:11:50 +09:00
lodepng.h ThorVG/Utils: Convert svg to png (#8) 2020-09-16 11:11:50 +09:00
meson.build infra: specify TVG_API for both static/dynamic linking. 2023-04-22 18:32:22 +09:00
svg2png.cpp svg2png: rounding up svg width and height 2023-05-05 10:58:54 +09:00