context.setScreenTransform(scrnTrans);
}
public SVGPoint getCurrentTranslate( ) {
final SVGOMElement svgelt = this;
return new SVGPoint() {
AffineTransform getScreenTransform() {
SVGContext context = svgelt.getSVGContext();
return context.getScreenTransform();
}