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 2020/11/15 19:12:33 UTC

[Issue 109127] API: measure line react wrong on rotate and resizing matrix

https://bz.apache.org/ooo/show_bug.cgi?id=109127

--- Comment #4 from Regina Henschel <rb...@t-online.de> ---
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.