sw_engine: --sanitizer errors

runtime error: load of value 190, which is not a valid value for type 'bool'

@Issue: https://github.com/Samsung/thorvg/issues/544
This commit is contained in:
Hermet Park 2021-07-01 17:51:10 +09:00 committed by Hermet Park
parent 480bd8376e
commit e74ce7e315

View file

@ -217,9 +217,9 @@ struct SwShape
SwFill* fill = nullptr;
SwRleData* rle = nullptr;
SwRleData* strokeRle = nullptr;
SwBBox bbox; //keep it boundary without stroke region. Using for optimal filling.
SwBBox bbox; //Keep it boundary without stroke region. Using for optimal filling.
bool rect; //Fast Track: Othogonal rectangle?
bool rect = false; //Fast Track: Othogonal rectangle?
};
struct SwImage