g.drawPolygon(hexaX, hexaY, 6);
if ((x -= 3) < 0) x += rctx.maxX;
if ((y -= 1) < 0) y += rctx.maxY;
} while (--numReps > 0);
rctx.colorindex = ci;
g.translate(-rctx.orgX, -rctx.orgY);
}
}
public static class FillCubics extends RenderTests {
static final double relTmax = .5 - Math.sqrt(3) / 6;