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>
6 lines
319 B
Plaintext
6 lines
319 B
Plaintext
DisplayList items=4
|
|
Text rect=(8, 8, 47.20117, 16) text="Example" color=#0000ee font_size=16
|
|
SolidRect rect=(8, 22.843718, 47.20117, 1.1428572) color=#0000ee
|
|
Text rect=(58.255505, 8, 22.719532, 16) text="Link" color=#0000ee font_size=16
|
|
SolidRect rect=(58.255505, 22.843718, 22.719532, 1.1428572) color=#0000ee
|