at.concatenate(tl.getAffineTransform());
}
// motion animation
if (e instanceof SVGMotionAnimatableElement) {
SVGMotionAnimatableElement mae = (SVGMotionAnimatableElement) e;
AffineTransform mat = mae.getMotionTransform();
if (mat != null) {
at.concatenate(mat);
}
}