@Override
 protected void doRenderGraphic(DrawContext dc) {
   super.doRenderGraphic(dc);
   this.path2.render(dc);
 }