common picture: quick fix the broken bounds() interface.
authorHermet Park <chuneon.park@samsung.com>
Wed, 25 Aug 2021 06:17:25 +0000 (15:17 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Fri, 27 Aug 2021 05:10:25 +0000 (14:10 +0900)
commit9da2a68d3380995ca38eb5ab64e446a94d148eed
tree476ea95d4307c31ae3cf2ef9a96a7cbc931dde0d
parent23b774315dba57223644a35ede7f13e98df049ec
common picture: quick fix the broken bounds() interface.

picture must return the boundary info - 0, 0, w, h
We assume that it has a designated picture size.

Aside from this issue,
bounds() api must be reviewed, its behavior is quite in a trouble...
unless the result is not transformed, its information is useless...

@Issue: https://github.com/Samsung/thorvg/issues/741
src/examples/PictureTvg.cpp
src/examples/TvgSaver.cpp
src/examples/images/test.tvg
src/lib/tvgPictureImpl.h