To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=76239
------- Additional comments from [EMAIL PROTECTED] Wed Apr 11 13:10:00 +0000 2007 ------- AW: Found. In basegfx, in the new matrix class, in B2DHomMatrix::shearX the entered value is compared with 1.0 and only something done if different. This is wrong, test needs to be against 0.0, not 1.0. This error is in B2DHomMatrix::shearXB2DHomMatrix::shearY and in the 3d cases, too. It will trigger at exactly 45 degree shears (there, tan(shear) IS 1.0). The sad thing is that this class is in use for a long time (first presentation module, after aw024 in may places) and we even have a unit test fir it, but not covering a 1.0 value. Seems as if i just copy-pasted the test against 1.0 from B2DHomMatrix::scale directly above in the code. AW: Adding basegfx... --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
