instanceBoxShadowBounds.width = instanceBounds.width;
instanceBoxShadowBounds.height = instanceBounds.height;
instanceBoxShadowBounds.x = SVGConstants.DEFAULT_SHADOW_OFFSET;
instanceBoxShadowBounds.y = SVGConstants.DEFAULT_SHADOW_OFFSET;
instanceBoxShadow = new SVGRectFigure();
instanceBoxShadow.setBounds(instanceBoxShadowBounds);
SVGAttributeKeys.FILL_COLOR.set(instanceBoxShadow, SVGConstants.DEFAULT_SHADOW_COLOR);
SVGAttributeKeys.FILL_OPACITY.set(instanceBoxShadow, SVGConstants.DEFAULT_SHADOW_OPACITY);
AffineTransform labelTransform = new AffineTransform();