Closed rillig closed 7 years ago
The %f specifier for String.format depends on the current locale. Since SVG paths always use a point as the decimal separator, this code must not depend on the current locale.
Fixes #26
Looks good 👍
The %f specifier for String.format depends on the current locale. Since SVG paths always use a point as the decimal separator, this code must not depend on the current locale.
Fixes #26