LibWeb: Draw text even if it needs to go into a 0-size inline box

This commit is contained in:
Psychpsyo 2025-05-11 14:05:41 +02:00 committed by Jelle Raaijmakers
commit 91159df0dd
Notes: github-actions[bot] 2025-05-12 08:50:46 +00:00
4 changed files with 5 additions and 4 deletions

View file

@ -46,8 +46,6 @@ struct DrawGlyphRun {
Color color;
Gfx::Orientation orientation { Gfx::Orientation::Horizontal };
[[nodiscard]] Gfx::IntRect bounding_rect() const { return rect; }
void translate_by(Gfx::IntPoint const& offset);
};