https://bugs.documentfoundation.org/show_bug.cgi?id=104597

--- Comment #22 from [email protected] ---
TextElements are created just in one place: inside processGlyphLine function.
Also there they are placed inside new FrameElement.
Characters, which are processed inside processGlyphLine call are having the
same transformation because of checks inside drawGlyphs call.
So I think that transformation check inside optimizeTextElements call should be
removed. Alongside with notTransformed function.
But, sadly, this can still produce side effects, because lot of poorly tested
semi-dead code of pdfimport may come to life.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to