Closed
Description
Migrate the rectangle/circle append logic from Lottie implementation body as our default and allow path direction, since ThorVG already supports trim path, the direction is also useful.
Result Shape::appendRect(float x, float y, float w, float h, float rx = 0, float ry = 0)
-> Result Shape::appendRect(float x, float y, float w, float h, float rx = 0, float ry = 0, bool clockwise = true)
Result Shape::appendCircle(float cx, float cy, float rx, float ry)
-> Result Shape::appendCircle(float cx, float cy, float rx, float ry, bool clockwise = true)
Metadata
Metadata
Assignees
Type
Projects
Status
Done 1.0