[bugfix] rm duplication process dimension #902
Reference in New Issue
Block a user
No description provided.
Delete Branch "carlhuting/bugfix_dimension"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
YGRoundValueToPixelGrid( absoluteNodeBottom) - YGRoundValueToPixelGrid(absoluteNodeTop)
loss precision
eg
float a = YGRoundValueToPixelGrid(668.666626, 3, false, true);
float b = YGRoundValueToPixelGrid(416.666656, 3, false, true);
float c = a - b ;// 251.66... expect 252
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.