[Tizen] Fix unload svg file error. 13/296813/1 accepted/tizen/7.0/unified/20230822.163523
authorEunki, Hong <eunkiki.hong@samsung.com>
Fri, 4 Aug 2023 09:08:34 +0000 (18:08 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Fri, 4 Aug 2023 09:08:34 +0000 (18:08 +0900)
commit025031c23a88665c249366d260305a2a91e0b2d1
tree4beb98f32bfcda5cce6728fe799a116f518c600a
parent256e235d6894d8fa51c6ab42a2a4169046bc6a23
[Tizen] Fix unload svg file error.

When we create Svg Visual -> SceneOn & SceneOff very fast during all rasterize
threads are fully busy,
It will remove SvgLoadingTask who is in mResterizeTasks.

After we re-sceneon that visual again, it will be broken :
mLoadingFail is not true, but we didn't load file.

This patch make we don't remove SvgLoadingTask when we call RemoveTasks

Change-Id: I40582ebb2512e56e96eed64caff4b1070b4bd9c2
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dali-toolkit/internal/visuals/svg/svg-rasterize-thread.cpp