mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-10 14:41:50 +00:00
renderer/canvas: fix a regression error.
just figured out & fixed a side effect by this change:
9e69089524
This commit is contained in:
parent
da0e5f31c7
commit
0df7c00917
1 changed files with 1 additions and 3 deletions
|
@ -104,10 +104,8 @@ struct Canvas::Impl
|
|||
for (auto paint : paints) {
|
||||
paint->pImpl->update(renderer, nullptr, clips, 255, flag);
|
||||
}
|
||||
}
|
||||
|
||||
refresh = false;
|
||||
|
||||
}
|
||||
return Result::Success;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue