mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-14 03:54:25 +00:00
renderer: ++reliability in text drawing
Allow the canvas to pass through even if text elements are not properly supported. issue: https://github.com/thorvg/thorvg/issues/2715
This commit is contained in:
parent
403710ffbc
commit
217e5ef419
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ struct Text::Impl
|
|||
|
||||
bool render(RenderMethod* renderer)
|
||||
{
|
||||
if (!loader) return true;
|
||||
renderer->blend(paint->blend());
|
||||
return PP(shape)->render(renderer);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue