I may have found a bug in line 2339 of path.go, where the Large and Sweep parameters are written without a space separator.
Resulting SVG's may render okay in some viewers, but I am using it to reload them as Fyne resources, and then they render incorrectly with Fyne (or rather the oksvg module) throwing an error that the number of parameters is invalid.

I may have found a bug in line 2339 of path.go, where the Large and Sweep parameters are written without a space separator.
Resulting SVG's may render okay in some viewers, but I am using it to reload them as Fyne resources, and then they render incorrectly with Fyne (or rather the oksvg module) throwing an error that the number of parameters is invalid.