svgedit
svgedit copied to clipboard
[Feature Request] Options to set geometry precision and transform precision
It was be nice to have options to set geometry precision and transform precision in the Editor Preferences, which allow users to reproduce more accurate design.
There is no UI to set this, but you can config it within code. see svgcanvas.js
this.saveOptions = { round_digits: 2 }