Describe the bug
VStack/HStack alignment is wrong for overflowing items. Let me describe bub on HStack example
HStack with smaller frame than content aligns items in center where it should start aligning them from the first item (leading)
To Reproduce
Steps to reproduce the behavior:
Create HStack with fixed size i.e. 200
Create HStack content for instance items of size 80 times 5
Items are aligned in center
Expected behavior
Items aligned from the leading edge starting with 1st element, same way as SwiftUI does it.
Describe the bug VStack/HStack alignment is wrong for overflowing items. Let me describe bub on HStack example HStack with smaller frame than content aligns items in center where it should start aligning them from the first item (leading)
To Reproduce Steps to reproduce the behavior:
Expected behavior Items aligned from the leading edge starting with 1st element, same way as SwiftUI does it.
Screenshots