DioxusLabs / taffy

A high performance rust-powered UI layout library
https://docs.rs/taffy
Other
2.04k stars 102 forks source link

Flexbox: Fix flooring hypothetical_main_size by computed min size #689

Closed nicoburns closed 1 month ago

nicoburns commented 1 month ago

Objective

This is a correctness fix for the flexbox algorithm. It ensures that the automatic minimum size still applies even when the flex-basis is explicitly set to 0 and no flex growing is permitted.