taffy icon indicating copy to clipboard operation
taffy copied to clipboard

Cleanup inconsistent convention of `Rect` fields

Open Weibye opened this issue 2 years ago • 1 comments

The fields of Rect should either be main_start, main_end, cross_start, cross_end or left, right, top, bottom but not a mix of the two.

Most likely the latter

Originally posted by @Weibye in https://github.com/DioxusLabs/taffy/issues/118#issuecomment-1153124824

Weibye avatar Jun 23 '22 19:06 Weibye

I think the latter is preferred here; this will make it much easier to reuse across layout algorithms.

alice-i-cecile avatar Jun 23 '22 22:06 alice-i-cecile