sw_engine: allow sharing shapes & connected strokes all in one.
authorHermet Park <chuneon.park@samsung.com>
Thu, 12 Aug 2021 04:09:47 +0000 (13:09 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Fri, 13 Aug 2021 05:21:50 +0000 (14:21 +0900)
commitfbc55d8d6cf977735ae0209e484707a716239083
tree0919164ef4011d07f954200509252ca4f3680634
parent28c553d8df856b3749da68b7694c6d67aad21696
sw_engine: allow sharing shapes & connected strokes all in one.

This patch enhanced the sw raster engine to allow the both closed & open pathes
in one shape rendering.

@Issue: https://github.com/Samsung/thorvg/issues/266
src/lib/sw_engine/tvgSwCommon.h
src/lib/sw_engine/tvgSwImage.cpp
src/lib/sw_engine/tvgSwMemPool.cpp
src/lib/sw_engine/tvgSwShape.cpp
src/lib/sw_engine/tvgSwStroke.cpp