mirror of
https://github.com/thorvg/thorvg.git
synced 2025-07-12 09:35:26 +00:00
renderer: TODO++
This commit is contained in:
parent
7bb701b22e
commit
295d20f915
1 changed files with 1 additions and 0 deletions
|
@ -180,6 +180,7 @@ bool Paint::Impl::render(RenderMethod* renderer)
|
|||
|
||||
RenderCompositor* cmp = nullptr;
|
||||
|
||||
//OPTIMIZE: bounds(renderer) calls could dismiss the parallelization
|
||||
if (maskData && !(maskData->target->pImpl->ctxFlag & ContextFlag::FastTrack)) {
|
||||
RenderRegion region;
|
||||
PAINT_METHOD(region, bounds(renderer));
|
||||
|
|
Loading…
Add table
Reference in a new issue