try {
SVGImageElement ie = (SVGImageElement) e;
SVGOMAnimatedPreserveAspectRatio _par =
(SVGOMAnimatedPreserveAspectRatio) ie.getPreserveAspectRatio();
_par.check();
AffineTransform at = ViewBox.getPreserveAspectRatioTransform
(e, vb, w, h, _par, ctx);
at.preConcatenate(AffineTransform.getTranslateInstance(x, y));
node.setTransform(at);