mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 13:43:43 +00:00
sw_engine Renderer: Fix build problem caused by merge conflict.
This commit is contained in:
parent
d86032df36
commit
70e1e7f1c6
1 changed files with 4 additions and 3 deletions
|
@ -340,6 +340,7 @@ bool SwRenderer::renderShape(RenderData data)
|
|||
a = static_cast<uint8_t>((opacity * (uint32_t) a) / 255);
|
||||
if (a > 0) rasterStroke(surface, &task->shape, r, g, b, a);
|
||||
}
|
||||
}
|
||||
|
||||
if (task->cmpStroking) endComposite(cmp);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue