processText(value, rawValue, parentRenderBox, element, stateKey);
}
else if (value instanceof Shape)
{
final Shape shape = (Shape) value;
final ReportDrawable reportDrawable = new ShapeDrawable
(shape, element.getStyle().getBooleanStyleProperty(ElementStyleKeys.KEEP_ASPECT_RATIO));
final ProcessingContext processingContext = runtime.getProcessingContext();
reportDrawable.setConfiguration(processingContext.getConfiguration());
reportDrawable.setResourceBundleFactory(processingContext.getResourceBundleFactory());
processReportDrawableContent(reportDrawable, parentRenderBox, element, stateKey);
}
else if (value instanceof ImageContainer ||
value instanceof DrawableWrapper)
{