jQuery] [SVG] small animation problem

jQuery] [SVG] small animation problem

I noticed that a strange behaviour happens if one tries to animate a transform property  to the current translation:
  1. x = tool.svg.rect(10,10,50,50,{fill:'black'})
  2. $(x).animate({svgTransform:'translate(10 10)'})
  3. //wait for animation to compete
  4. $(x).animate({svgTransform:'translate(10 10)'})