https://bugs.kde.org/show_bug.cgi?id=440985

--- Comment #1 from Frost <silverw...@disroot.org> ---
Okay, here's an update: it turns out that if you copy and paste an SVG text
object from Inkscape, it'll actually be perfectly sharp – and it's still
editable with the text tool, and /stays/ pixel-sharp! Very odd.

This is the Inkscape-made text's source:
<text fill="#ffffff" stroke-opacity="0" stroke="#000000" stroke-width="0"
stroke-linecap="square" stroke-linejoin="bevel" font-family="Terminus"
font-size="9" font-size-adjust="1" font-stretch="normal" kerning="0"
letter-spacing="0" word-spacing="0"><tspan x="0">Copied from
Inkscape</tspan></text>

And this is the native text tool text's source:
<text fill="#ffffff" stroke-opacity="0" stroke="#000000" stroke-width="0"
stroke-linecap="square" stroke-linejoin="bevel" font-family="Terminus"
font-size="9" font-size-adjust="1" font-stretch="normal" letter-spacing="0"
word-spacing="0"><tspan x="0">Native</tspan><tspan x="0" dy="12">text
tool</tspan></text>

But pasting the Inkscape-made one's source into the native text tool one's
source doesn't make it sharp. It stays blurry and misaligned.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to