[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
[XaraXtreme-commits] Commit Complete
Commit by : alex
Repository : xara
Revision : 1338
Date : Sat Jun 17 20:11:54 BST 2006
Changed paths:
M /Trunk/XaraLX/Kernel/nodeliveeffect.cpp
Fixed live effect EPS export problem
Diff:
Index: Trunk/XaraLX/Kernel/nodeliveeffect.cpp
===================================================================
--- Trunk/XaraLX/Kernel/nodeliveeffect.cpp (revision 1337)
+++ Trunk/XaraLX/Kernel/nodeliveeffect.cpp (revision 1338)
@@ -129,11 +129,9 @@
#include "transop.h"
//#include "opfeathr.h"
-//#include "pmaskrgn.h"
+#include "pmaskrgn.h"
#include "scanrr.h"
-//#include "pmaskrgn.h"
-#include "scanrr.h"
#include "ophist.h"
DECLARE_SOURCE( "$Revision$" );
@@ -1170,8 +1168,6 @@
// through the tree to do different aspects of printing. The
// PrintingMaskedRenderRegion produces a monochrome mask so we
// definitely don't want to cache that!
-PORTNOTE("printing", "NodeBitmapEffect::RenderAfterSubtree - removed use of PrintingMaskedRenderRegion")
-#if !defined(EXCLUDE_FROM_XARALX)
if (pRender->IsKindOf(CC_RUNTIME_CLASS(PrintingMaskedRenderRegion)))
{
double PixelWidth = GetPixelWidth();
@@ -1183,7 +1179,6 @@
bCached = FALSE;
}
-#endif
// If we failed to cache the captured bitmap then release it
if (lpProcessedInfo!=NULL && lpProcessedBits!=NULL && !bCached)
Xara