xamarin / flex

Flex is a flexible box layout system written in C, designed to be easy to consume from other languages
MIT License
193 stars 26 forks source link

tests: grow9, for parent->child position propagation #37

Closed deepfire closed 6 years ago

deepfire commented 6 years ago

The added test fails, like this:

test_grow9 (test_grow.c:232): failed test `flex_item_get_frame_y(_item) == 50.0' (is 0.0)
test_grow9 (test_grow.c:233): failed test `flex_item_get_frame_y(_item) == 50.0' (is 0.0)
deepfire commented 6 years ago

..and then I see test_children4, and I realize that children coordinates are probably parent-relative.