Currently I'm using the <animateMotion>
element to very quickly animate an object (defined by a path) to the correct end location.
This is displaying ok in Chrome and I'm not working on getting it working with Batik.
But I'm curious: is there a better way to do this without the animating? To just draw it (at say 80%) along the length of a <path>
?