Skip to content

Fix format string in _serializer_arc (angle currently has a lot of precision.)

Rene Poeschl requested to merge github/fork/poeschlr/arc_format_string_fix into master

While regenerating my phoenix connectors i noticed that the arc angle was created with lots of precision.

The reason might simply be the missing '.' in the format string.

If it is intended to print with this much precision, then you can ignore this PR.

Edited by Joel Guittet

Merge request reports