You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to recreate a simple looking layout. Essentially a set of squares that grow or shrink with available space.
Essentially trying to recreate this code:
taffy
version0.5.2 in bevy
0.7.5 in reproduction
Platform
Rust, Linux, Bevy
What you did
I'm trying to recreate a simple looking layout. Essentially a set of squares that grow or shrink with available space.
Essentially trying to recreate this code:
Svelte playground link
What went wrong
However, the items only grow on the main flex axis. They remain at 64px on the cross axis.
I've also created the following reproduction in Rust:
Running this test gives the following output:
Note that all of the items have enough space to grow both vertically and horizontally.
Additional information
I've also created a bevy playground example to see the problem in action.
Expected result:

Taffy (0.5 via Bevy):

The text was updated successfully, but these errors were encountered: