exportG2D.translate(-svgItemBounds.getMinX() + extraMargin,
-svgItemBounds.getMinY() + extraMargin);
planComponent.checkCurrentThreadIsntInterrupted(PaintMode.EXPORT);
planComponent.paintContent(exportG2D, svgScale, Color.WHITE, Color.BLACK, PaintMode.EXPORT);
exportG2D.endExport();
}
}
/**
* Throws an <code>InterruptedRecorderException</code> exception if current thread