Move PointScaleFactor to YGConfig #452
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
As the configuration of rounding is already moved to the new
YGConfig
, we should also moveYGSetPointScaleFactor
there.We also should need to take into account that the config could change across the nodes inside the tree. That means that we have to skip all the nodes where rounding is disabled or take different scale factors into account. The later should be an edge case, though.