Expand description
solver3/positioning.rs Pass 3: Final positioning of layout nodes
Functionsยง
- adjust_
relative_ positions - Final pass to shift relatively positioned elements from their static flow position.
- get_
position_ type - position_
out_ of_ flow_ elements - After the main layout pass, this function iterates through the tree and correctly
calculates the final positions of out-of-flow elements (
absolute,fixed).