1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 06:27:45 +00:00

LibWeb: Use separate structure to represent fragments in paintable tree

This is a part of refactoring towards making the paintable tree
independent of the layout tree. Now, instead of transferring text
fragments from the layout tree to the paintable tree during the layout
commit phase, we allocate separate PaintableFragments that contain only
the information necessary for painting. Doing this also allows us to
get rid LineBoxes, as they are used only during layout.
This commit is contained in:
Aliaksandr Kalenik 2024-01-12 21:25:05 +01:00 committed by Andreas Kling
parent 785fa60cca
commit de32b77ceb
401 changed files with 2122 additions and 3614 deletions

View file

@ -2,8 +2,7 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
BlockContainer <html> at (1,1) content-size 798x55 [BFC] children: not-inline
Box <body> at (10,10) content-size 780x37 [GFC] children: not-inline
BlockContainer <h1> at (55.5,11) content-size 689x35 [BFC] children: inline
line 0 width: 200.40625, height: 35, bottom: 35, baseline: 27.09375
frag 0 from TextNode start: 0, length: 13, rect: [55.5,11 200.40625x35]
frag 0 from TextNode start: 0, length: 13, rect: [55.5,11 200.40625x35] baseline: 27.09375
"hello friends"
TextNode <#text>