mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-17 07:50:04 +00:00
LibWeb: Draw text even if it needs to go into a 0-size inline box
This commit is contained in:
parent
096eed35cc
commit
91159df0dd
Notes:
github-actions[bot]
2025-05-12 08:50:46 +00:00
Author: https://github.com/Psychpsyo
Commit: 91159df0dd
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4695
Reviewed-by: https://github.com/gmta ✅
4 changed files with 5 additions and 4 deletions
|
@ -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);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue