https://issues.apache.org/ooo/show_bug.cgi?id=121494
Armin Le Grand <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |ACCEPTED CC| |[email protected] Assignee|[email protected] |[email protected] |g | Target Milestone|--- |4.1.0 --- Comment #5 from Armin Le Grand <[email protected]> --- Made some experiments; the difference between that object in writer/calc and draw/impress is that the text has no border distances. When then the snap range for the text is prepared, a zero height is the result that is then used as scale value to build a transformation. This is still not wrong, but looses the mirrorings when these are about to be applied to that transfomation by multiplying with scale(+/-1.0) in x and y to express mirroring. Thus, the Y-Mirror (180 degree rotation is the same as mirror X and Y) is lost and the text gets mirrored only in X, that is what you see as result. To solve this keeping some logical height is required, 1.0 is the neutral logical height to use here (neutral in the sense that it does not influence scalings). Checking this solution... -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes.
