71727374757677787980
*/ public void handleEvent(SVGEvent theEvent) { if(theEvent!=null) { EventTarget target = theEvent.getCurrentTarget(); if(target!= null) target.dispatchEvent(theEvent); } }