SVGDocument doc = ctx.getUserAgent().getBrokenLinkDocument
(e, purl.toString(), msg);
return createSVGImageNode(ctx, e, doc);
}
RasterImageNode node = new RasterImageNode();
node.setImage(img);
Rectangle2D imgBounds = img.getBounds2D();
// create the implicit viewBox for the raster image. The viewBox for a
// raster image is the size of the image
float [] vb = new float[4];