417418419420421422423424425426427
// /* //cursor tracer group NOT found in the scene -> add overlay container to canvas if (cursorTraceContainer == null){ if (canvas.containsChild(overlayGroup)){ canvas.removeChild(overlayGroup); } } // */ }