There's a much better way to save/export text to SVG
Basicly use text>tspan instead of g>g>path. You still will have to do the math for xy for each line because multiline and alignment are not supported in svg.
Lunacy saving text to SVG as curves does not depend on fonts availability on the recipient device.
The way you are advising to export will cause text block looks different at the different devices because such SVG needs the used fonts to be installed in the recipient system.
Comments
It's not a bug.
Lunacy saving text to SVG as curves does not depend on fonts availability on the recipient device.
The way you are advising to export will cause text block looks different at the different devices because such SVG needs the used fonts to be installed in the recipient system.