common shape: support scale/rotate transform 64/232364/4
authorHermet Park <chuneon.park@samsung.com>
Sat, 2 May 2020 13:30:48 +0000 (22:30 +0900)
committerHermet Park <chuneon.park@samsung.com>
Sat, 2 May 2020 14:01:16 +0000 (23:01 +0900)
commit30ac2da1a39578401eaf6dac3183f681b5385b1f
treec55413821cce8a5c8599e58787d91c09abedf14b
parent42c56757df211b2f44f5fb25e1f35c980a0eb9aa
common shape: support scale/rotate transform

rotate(), scale() won't be retained.
When you call reset() for the shape, these values will be reset as well.

These are working in fire & forget method,
it actually modify the path data for avoiding compuatation every frames.

Thus user needs to keep the last values to understand the final accumulated values.

Change-Id: I41f260271cdefc977eea01a778d49632440c777f
inc/tizenvg.h
src/lib/tvgScene.cpp
src/lib/tvgShape.cpp
src/lib/tvgShapePath.h
test/testDirectUpdate.cpp
test/testUpdate.cpp