Open DougsSc opened 9 months ago
I fix this changing the decimal precision of PackerProcessor.roundNumber to zero, simply using Math.round and off course, enabling rounding=true on layout properties.
I haven't found any other problems with this trick, but it is possible to develop other better solutions, such as passing a function to set rounding or setting a value for decimal precision in the rounding property.
Zooming the grid breaks the calculations performed by the layout when the layout has a fixed size.