common picture: remove viewbox() api.
authorHermet Park <chuneon.park@samsung.com>
Mon, 26 Jul 2021 11:59:21 +0000 (20:59 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Thu, 29 Jul 2021 01:14:54 +0000 (10:14 +0900)
commit618a142b38104eb244c3db015cca595be91224db
tree0e3f0584991a76e46efcd669dc70df7b0c1716da
parentc58ef074e6ce13b90dbdf3af2a19b21ac1b830cc
common picture: remove viewbox() api.

picture provides size() interface to return the image size,
viewbox() is conceptually not correct with the Picture.

Remove it under the beta api.
inc/thorvg.h
src/bindings/capi/thorvg_capi.h
src/bindings/capi/tvgCapi.cpp
src/lib/sw_engine/tvgSwImage.cpp
src/lib/tvgPicture.cpp
src/lib/tvgPictureImpl.h
src/loaders/svg/tvgSvgSceneBuilder.cpp
test/capi/capiPicture.cpp