Login  Register

Re: “Properties” command corrupts coordinates (rounds to 6 significant figures)

Posted by dxli on Aug 18, 2024; 2:35am
URL: https://forum.librecad.org/Properties-command-corrupts-coordinates-rounds-to-6-significant-figures-tp5725226p5725235.html

The direct issue is the GUI level reading and saving coordinates with the default QString precision of 6 digits.

We can switch to keep all 16 possible significant digits for all coordinates, but it's not user friendly either.

The problem is generic, meaning not limited line properties, or just xy-coordinates. A generic solution is needed.