https://bugs.kde.org/show_bug.cgi?id=472316
Bug ID: 472316
Summary: SVG line-height cannot go smaller than a certain value
Classification: Applications
Product: krita
Version: git master (please specify the git hash!)
Platform: Microsoft Windows
OS: Microsoft Windows
Status: REPORTED
Severity: normal
Priority: NOR
Component: Tool/Text
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
SUMMARY
Line-height appears to be capped at a minimum.
STEPS TO REPRODUCE
1. Use SVG for text:
```
<text style="fill:#000000; letter-spacing:0; font-family:Noto Sans;
stroke-width:0; line-height:0; white-space: pre"><tspan x="0">Line 1
</tspan><tspan x="0">Line 2</tspan></text>
```
OBSERVED RESULT
The two lines of text does not overlap.
EXPECTED RESULT
The two lines of text should overlap and rendered on the same y position.
--
You are receiving this mail because:
You are watching all bug changes.