// 'transform'
SVGOMAnimatedTransformList atl =
(SVGOMAnimatedTransformList) te.getTransform();
if (atl.isSpecified()) {
AbstractSVGTransformList tl =
(AbstractSVGTransformList) te.getTransform().getAnimVal();
at.concatenate(tl.getAffineTransform());
}
return at;
} catch (LiveAttributeException ex) {
throw new BridgeException(ctx, ex);