# Bug report Moving a group containing a. use() elements b. that were centered does not work in 3.2, though it worked in 2.7: see [this fiddle](https://jsfiddle.net/crp5ohzb/1/) ## Explanation - group **b** should look like group **a** when moved, which it did in 2.7 - now the elements lose alignment - add(element.clone()) solves the problem (see group **c**), but that messes up code written for 2.7 ## _P.S. why does SVG('x') (2.7) not work in (3.2), requiring SVG().addTo('x') instead? This also breaks old code._ Otherwise svg.js is a great tool! Thanks