diff --git a/VERSION b/VERSION index 1825b228..c9e59e47 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.3.572 +8.3.573 diff --git a/cif/CIFgen.c b/cif/CIFgen.c index 18a5492d..7035ca03 100644 --- a/cif/CIFgen.c +++ b/cif/CIFgen.c @@ -1516,7 +1516,8 @@ cifBloatAllFunc( } else { - GeoClip(&area, &clipArea); + if (op->co_distance > 0) + GeoClip(&area, &clipArea); DBNMPaintPlane(cifPlane, TiGetTypeExact(t), &area, CIFPaintTable, (PaintUndoInfo *) NULL); }