Line Spacing defaults to 0.0 instead of 1.0
Summary:
When creating a new text in a document, the line spacing is set to 0.0. This is very irritating as each line of the text is placed in the same position, overlaying each other. It can be worked around by manually setting the line spacing to 1.0, but this needs to be done for every text element which is very cumbersome.
Steps to reproduce:
- open Inkscape
- create a new text element (drawing a textbox or just klicking with the text tool active makes no difference)
- Type "hello" and press enter to go to the next line
- Type "world"
What happened?
The text "world" overlays "hello" in the same position, because line spacing is 0.0 by default.
What should have happened?
Line spacing should be 1.0 by default, avoiding this effect.
Version info
Latest linux app image (1.3.2) running on Linux Mint. Also verified with Inkscape 1.2 (I tried updating to resolve it, sadly the issue still exists).