mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-14 12:04:29 +00:00
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:
parent
480bd8376e
commit
e74ce7e315
1 changed files with 2 additions and 2 deletions
|
@ -217,9 +217,9 @@ struct SwShape
|
||||||
SwFill* fill = nullptr;
|
SwFill* fill = nullptr;
|
||||||
SwRleData* rle = nullptr;
|
SwRleData* rle = nullptr;
|
||||||
SwRleData* strokeRle = 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
|
struct SwImage
|
||||||
|
|
Loading…
Add table
Reference in a new issue