mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-14 12:04:29 +00:00
text: fixed a corrupted italic style application
issue: https://github.com/thorvg/thorvg/issues/2669
This commit is contained in:
parent
fbae8ad095
commit
35ffa9edf8
1 changed files with 1 additions and 1 deletions
|
@ -98,9 +98,9 @@ struct Text::Impl
|
|||
{
|
||||
if (!loader) return false;
|
||||
|
||||
loader->request(shape, utf8, italic);
|
||||
//reload
|
||||
if (changed) {
|
||||
loader->request(shape, utf8, italic);
|
||||
loader->read();
|
||||
changed = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue