To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=99915
------- Additional comments from w...@openoffice.org Fri Apr 3 03:02:19 +0000 2009 ------- @iha: the error is caused by the value "mfSmallValue" at basegfx\source\numeric\ftools.cxx. In the example document, when translate the minimum y value "aMatrix.translate(0.0, -MinY, 0.0);" at "PlottingPositionHelper::getTransformationScaledLogicToScene()", the "-MinY" is smaller than the mfSmallValue(1.0E-9), so "-MinY" is treated as Zero. In the example document, when translate the minimum y value "aMatrix.translate(0.0, -MinY, 0.0);" at "PlottingPositionHelper::getTransformationScaledLogicToScene()", the "-MinY" is smaller than the mfSmallValue(1.0E-9), so "-MinY" is treated as Zero. If call fTools::setSmallValue to set a small value which is smaller than the minimum value, the result it correct. But I don't know whether it will cause other problems. Please let me know your suggestions. Thank you! --------------------------------------------------------------------- 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: issues-unsubscr...@graphics.openoffice.org For additional commands, e-mail: issues-h...@graphics.openoffice.org --------------------------------------------------------------------- To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org For additional commands, e-mail: allbugs-h...@openoffice.org