mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-10 14:41:50 +00:00
renderer: ++todo
This commit is contained in:
parent
0b0ff3fc0f
commit
f8b1564d61
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ struct Canvas::Impl
|
|||
|
||||
//Update single paint node
|
||||
if (paint) {
|
||||
//Optimize Me: Can we skip the searching?
|
||||
//TODO: Leave this for backward compatibility. Remove this when 1.0 out.
|
||||
for (auto paint2 : paints) {
|
||||
if (paint2 == paint) {
|
||||
paint->pImpl->update(renderer, nullptr, clips, 255, flag);
|
||||
|
|
Loading…
Add table
Reference in a new issue