LibGfx: Let Painter care about TinyVG transforms

This helps us with non-uniform scales, and makes things simple
This commit is contained in:
Pavel Shliak 2024-12-03 00:24:34 +04:00 committed by Jelle Raaijmakers
commit ea469fbeab
Notes: github-actions[bot] 2024-12-14 22:30:42 +00:00
5 changed files with 19 additions and 31 deletions

View file

@ -53,7 +53,7 @@ public:
return m_size;
}
virtual void draw_transformed(Painter&, AffineTransform) const override;
virtual void draw(Painter&) const override;
ReadonlySpan<DrawCommand> draw_commands() const
{