Index: src/af/xap/unix/xap_UnixPSGraphics.cpp =================================================================== RCS file: /cvsroot/abi/src/af/xap/unix/xap_UnixPSGraphics.cpp,v retrieving revision 1.128 diff -u -r1.128 xap_UnixPSGraphics.cpp --- src/af/xap/unix/xap_UnixPSGraphics.cpp 22 Jun 2003 19:11:55 -0000 1.128 +++ src/af/xap/unix/xap_UnixPSGraphics.cpp 1 Sep 2003 22:56:51 -0000 @@ -592,7 +592,8 @@ void PS_Graphics::setClipRect(const UT_Rect* /*pRect*/) { - UT_ASSERT_NOT_REACHED (); + // Not Implement in PS currently. DON'T ASSERT +// UT_ASSERT_NOT_REACHED (); } void PS_Graphics::clearArea(UT_sint32 /*x*/, UT_sint32 /*y*/, @@ -1133,7 +1134,7 @@ // translate for quadrant 2, so Y values are negative; land us at // lower left of image (baseline), which is twice the height - g_snprintf(buf, sizeof (buf), "%d %d translate\n", xDest, 0 - (m_iRasterPosition + 2 * iDestHeight)); + g_snprintf(buf, sizeof (buf), "%d %d translate\n", xDest, 0 - (yDest + iDestHeight)); UT_DEBUGMSG(("DOM: Raster:%d | YDest: %d IDestHeight:%d\n", m_iRasterPosition, yDest, iDestHeight));