mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 21:53:41 +00:00
lottie: code refactoring.
text tracking is an optional property. it's good to initialize it with 0.
This commit is contained in:
parent
1e7cf2f5f9
commit
c7e8f0c476
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ struct TextDocument
|
|||
} stroke;
|
||||
char* name = nullptr;
|
||||
float size;
|
||||
float tracking;
|
||||
float tracking = 0.0f;
|
||||
uint8_t justify;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue