You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2012/11/29 20:42:22 UTC

[Bug 121382] Rotated Text in Metafile rendered wrong

https://issues.apache.org/ooo/show_bug.cgi?id=121382

--- Comment #1 from christian.rufener@actelion.com ---
Did some investigation in the AOO source: The problem is in the 
WinMtfOutput::DrawText method: the passed pDXArry is converted with the
ImplMap(Size) method. This method uses the current XForm to performa the
calculation. However, since the current transformation is a rotation of 90/270
deg, the XFrom attributes .eM11 and .eM22 are (close) to zero due to cos(90).
This lead to the fact that all x offsets of the characters are 0 and each
character is draw at the same location.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.