renderer: add missing RenderUpdateFlag

Flag was missing in the appendRect().
This commit is contained in:
Mira Grudzinska 2025-04-16 11:07:55 +02:00 committed by Hermet Park
parent 176573ff25
commit 3fbc36629f

View file

@ -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)