shape.render(mc);
mc.assertCountsEqual(1, 2, twice);
shape.render(mc);
shape.render(mc);
shape.render(mc);
mc.assertCountsEqual(4, 8, twice);
// revert to the default line style
shape.setLineStyle(null);
assertSame(LineStyle.DEFAULT, shape.getEffectiveLineStyle());
assertTrue(shape.isVisibleThroughTerrain());