Line cross sizes were calculated before children layout using placeholder estimates (20px), but never recalculated after items expanded. Added a post-layout recalculation pass (Step 9b) that updates stretched_line_cross_sizes from actual item dimensions before the container height is set in Step 10. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
5 lines
166 B
Plaintext
5 lines
166 B
Plaintext
DisplayList items=3
|
|
SolidRect rect=(8, 8, 400, 150) color=#d3d3d3
|
|
SolidRect rect=(8, 8, 200, 100) color=#ff7f50
|
|
SolidRect rect=(208, 8, 200, 150) color=#add8e6
|