Skip to content

Draft: Change SVG Exporter units to 1mm

Electro707 requested to merge Electro707/kicad:feature_svg_units into master

This MR changes the SVG exporter units to 1mm, as in SVG the precision doesn't really do much as it can handle floats just fine. The downside of the way it's currently setup is that the scale is massive, and isn't as easy to play with from a graphics design viewpoints.

TODO:

  • Remove the Precision setting from the Plot SVG exporter, as it does nothing.

Due to the change this will have, it probably should be left for V7.

Closes #9447 (closed) Also probably the issue mentioned in #9976 (closed)

Edited by Electro707

Merge request reports