sw_engine shape: fix a corner case that close tag is overwritten with a wrong value.
authorHermet Park <chuneon.park@samsung.com>
Thu, 12 Aug 2021 10:40:59 +0000 (19:40 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Fri, 13 Aug 2021 05:21:50 +0000 (14:21 +0900)
commit5baf697950e6ec8140eaa12e9988a4a73bcfe804
tree27680b0c4e7211675a5c73193d6b3e9dc15179ed
parenta983060924e82b27a1fbf6ec2afcc0c3669edea7
sw_engine shape: fix a corner case that close tag is overwritten with a wrong value.

if the last contour dispatching is dealt with closed command but actual command
is not the closed, the close tag is written with the opened

In this case, stroking rendering is buggy.
src/lib/sw_engine/tvgSwShape.cpp