mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-09 06:04:03 +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
9db82db7d7
commit
42a5366735
1 changed files with 1 additions and 3 deletions
|
@ -102,10 +102,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