Issue 73942 - Changed mirror behaviour endangers 3D/drawing layer
Summary: Changed mirror behaviour endangers 3D/drawing layer
Status: CLOSED FIXED
Alias: None
Product: Draw
Classification: Application
Component: code (show other issues)
Version: recent-trunk
Hardware: All All
: P2 Trivial (vote)
Target Milestone: OOo 2.2
Assignee: Armin Le Grand
QA Contact: issues@graphics
URL:
Keywords:
Depends on:
Blocks: 73858
  Show dependency tree
 
Reported: 2007-01-27 22:17 UTC by thb
Modified: 2007-02-19 10:18 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description thb 2007-01-27 22:17:58 UTC
With the fix for issue 72417 , basegfx's B2DHomMatrix decomposition behaviour
was subtly changed for 180 degree rotation..

Before the fix, this rotation was output as a mirror-x/mirror-y scaling. After
the fix, it's a rotation. As this affects performance and  output quality
(rotation is  more effort), must revert this change.
Comment 1 thb 2007-01-27 22:18:49 UTC
Fixed in CWS thbpp6v2.
Comment 2 thb 2007-01-29 09:12:32 UTC
Raised prio to P2 - this really should not remain unfixed in 2.2
Comment 3 thb 2007-01-30 09:26:32 UTC
@aw: please verify that changes have been reverted in CWS thbpp6v2.
Comment 4 philipp.lohmann 2007-01-30 16:55:30 UTC
reviewed
Comment 5 Armin Le Grand 2007-02-19 10:18:41 UTC
AW: Took a look in m203, is done. Closing.