Implement the text-decoration CSS property across the full pipeline: parsing, style computation, layout threading, and display list rendering. Decoration lines are rendered as SolidRect display items using the text color, with positions computed from font metrics and baseline offsets. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
10 lines
683 B
Plaintext
10 lines
683 B
Plaintext
DisplayList items=8
|
|
Text rect=(10, 31.44, 57.538914, 32) text="Page" color=#000000 font_size=32 font_weight=700
|
|
Text rect=(73.647575, 31.44, 51.806168, 32) text="Title" color=#000000 font_size=32 font_weight=700
|
|
Text rect=(10, 91.28, 33.421436, 16) text="Home" color=#0000ee font_size=16
|
|
SolidRect rect=(10, 106.12371, 33.421436, 1.1428572) color=#0000ee
|
|
Text rect=(53.421436, 91.28, 33.339207, 16) text="About" color=#0000ee font_size=16
|
|
SolidRect rect=(53.421436, 106.12371, 33.339207, 1.1428572) color=#0000ee
|
|
Text rect=(96.76064, 91.28, 42.5022, 16) text="Contact" color=#0000ee font_size=16
|
|
SolidRect rect=(96.76064, 106.12371, 42.5022, 1.1428572) color=#0000ee
|