staticRenderer.updateOffScreen((int) bounds.getWidth(), (int) bounds.getHeight());
return new SimpleResource(data.getKey(), staticRenderer.getOffScreen(), version);
}
catch (IOException e)
{
throw new ResourceLoadingException("Failed to process SVG file", e);
}
}