thorvg/test
Hermet Park 0716d3e774 common scene: implement basic scene behaviors and testScene sample.
Scene is a group(list) of paints.

This class is designed for vector data set which is prepared before canvas.
If a set of vector data is loaded from other resources such as files,
they can construct these data set using Scene.
This then can be pushed into canvas as one completed image.

Scene is supposed to be used in svg loading and storing to tvg specific data format(tvg)

Change-Id: Ie2ffebf74e79c59d99a77880630a54b6baad7eec
2020-05-05 10:27:35 +09:00
..
makefile common scene: implement basic scene behaviors and testScene sample. 2020-05-05 10:27:35 +09:00
testBlending.cpp common: redesigned interfaces 2020-05-02 18:20:50 +09:00
testBoundary.cpp common: redesigned interfaces 2020-05-02 18:20:50 +09:00
testComposition.cpp common: redesigned interfaces 2020-05-02 18:20:50 +09:00
testDirectUpdate.cpp common shape: refactored interfaces. 2020-05-04 21:12:29 +09:00
testGradient.cpp common: redesigned interfaces 2020-05-02 18:20:50 +09:00
testMultiShapes.cpp common: redesigned interfaces 2020-05-02 18:20:50 +09:00
testPath.cpp common: redesigned interfaces 2020-05-02 18:20:50 +09:00
testPathCopy.cpp common: redesigned interfaces 2020-05-02 18:20:50 +09:00
testScene.cpp common scene: implement basic scene behaviors and testScene sample. 2020-05-05 10:27:35 +09:00
testShape.cpp test: updated test samples. 2020-05-03 15:14:01 +09:00
testStroke.cpp common: redesigned interfaces 2020-05-02 18:20:50 +09:00
testTransform.cpp common shape: refactored interfaces. 2020-05-04 21:12:29 +09:00
testUpdate.cpp common shape: support scale/rotate transform 2020-05-02 23:01:16 +09:00