mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-07 21:23:32 +00:00
renderer: add missing RenderUpdateFlag
Flag was missing in the appendRect().
This commit is contained in:
parent
176573ff25
commit
3fbc36629f
1 changed files with 1 additions and 0 deletions
|
@ -478,6 +478,7 @@ struct Shape::Impl : Paint::Impl
|
|||
rs.path.cmds.count += 10;
|
||||
rs.path.pts.count += 17;
|
||||
}
|
||||
renderFlag |= RenderUpdateFlag::Path;
|
||||
}
|
||||
|
||||
Paint* duplicate(Paint* ret)
|
||||
|
|
Loading…
Add table
Reference in a new issue