diff --git a/src/lib/sw_engine/tvgSwShape.cpp b/src/lib/sw_engine/tvgSwShape.cpp index 08a19d5d..d20fc955 100644 --- a/src/lib/sw_engine/tvgSwShape.cpp +++ b/src/lib/sw_engine/tvgSwShape.cpp @@ -465,6 +465,7 @@ void shapeDelOutline(SwShape* shape, uint32_t tid) void shapeReset(SwShape* shape) { rleReset(shape->rle); + rleReset(shape->strokeRle); shape->rect = false; _initBBox(shape->bbox); }