https://bz.apache.org/ooo/show_bug.cgi?id=109127
--- Comment #4 from Regina Henschel <[email protected]> --- It seems to be an implementation error in TRSetBaseGeometry and TRGetBaseGeometry, done in bug 97878. The intension was, to handle the matrix operations same as path objects. But for that purpose the second parameter is missing. Currently the matrix is applied to a line from (0|0) to (1|0) in TRSetBaseGeometry, but the matrix from TRGetBaseGeometry does only contain scale and translate. Thus a chain of these matrix operations does not work. -- You are receiving this mail because: You are the assignee for the issue. You are on the CC list for the issue.
