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

Nicholas LaPointe <nicholaslapoin...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
                 CC|                            |nicholaslapoin...@gmail.com
             Status|UNCONFIRMED                 |CONFIRMED

--- Comment #3 from Nicholas LaPointe <nicholaslapoin...@gmail.com> ---
I reproduced this using 870fc2b91395be171b554a76d03b6adda8547356 , with the
caveats that the text needs to be typed and that it's not actually bold (the
letters are stacked instead).

Typing:
>  Hello World!

into the rich text editor after "Lorem ipsum dolor sit amet, consectetur
adipiscing elit." gave the SVG:
> <text style="">
>     <tspan>Lorem ipsum dolor sit amet, consectetur adipiscing elit.<tspan 
> style="letter-spacing:-10; word-spacing:0; kerning:normal; font-family:Noto 
> Sans; font-size:10pt; font-weight:400; font-style:normal; font-stretch:0; 
> text-decoration:underline"> Hello World!</tspan>
>     </tspan>
> </text>

Saving it again and then closing and going back to the editor gave:
> <text style="">
>     <tspan>Lorem ipsum dolor sit amet, consectetur adipiscing elit.<tspan 
> style="letter-spacing:0; word-spacing:0; kerning:none; font-stretch:0; 
> text-decoration:overline"> Hello World!</tspan>
>     </tspan>
> </text>

Pasting into the rich text editor instead of typing worked as expected:
> <text style="">
>     <tspan>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Hello 
> World!</tspan>
> </text>

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

Reply via email to