temporarily disabled clipping
[org.ibex.core.git] / src / org / ibex / core / Box.java
index 09b43ae..595e101 100644 (file)
@@ -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);