334335336337338339340341342343
if (lp == null) { // empty path tlc = fComponents[getComponentLogicalIndex(0)]; AffineTransform at = tlc.getBaselineTransform(); if (at != null) { lp = new EmptyPath(at); } } } }