From b006064e811524b4140b0e933ccf49b86d692ea9 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 7 Mar 2006 07:53:29 +0000 Subject: [PATCH] temporarily disabled clipping darcs-hash:20060307075329-5007d-7a50fba4fb4818252653c10c1b6bf4eeb98c2102.gz --- src/org/ibex/core/Box.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/org/ibex/core/Box.java b/src/org/ibex/core/Box.java index 09b43ae..595e101 100644 --- a/src/org/ibex/core/Box.java +++ b/src/org/ibex/core/Box.java @@ -247,7 +247,7 @@ public final class Box extends JS.Obj implements Callable, Mesh.Chain { return; } - if (clipFrom != null) clipFrom.subtract(mesh, clipa); + //if (clipFrom != null) clipFrom.subtract(mesh, clipa); Mesh mesh = treeSize() > 0 ? this.mesh.copy() : this.mesh; for(Box b = getChild(0); b != null; b = b.nextSibling()) b.render(buf, a, mesh, Affine.identity()); mesh.fill(buf, a, null, fillcolor, true); -- 1.7.10.4