final ForeignObjectArea foreign = area.getParent();
final Rectangle2D.Float contentRectangle = new Rectangle2D.Float(
toPoints(foreign.crOriginX()), toPoints(foreign.crOriginY()),
toPoints(foreign.referenceIpd()),
toPoints(foreign.referenceBpd()));
final MathGraphic mathGraphic = area.getGraphic();
try {
getContentStream().drawGraphic(mathGraphic,
contentRectangle, null, this.getFontConsumer(),
getStrokeSVGText());
} catch (final PdfException e) {