Comment 0 for bug 1414018

Revision history for this message
Ulrich-windl (ulrich-windl) wrote :

I created a test document, cloning four objects at once, then I moved the cloned objects together.
Ispecting the result, I feel the dimentsions in the cloned <use> objects are wrong: I expected the dimensions to be unchanged (on translate), but each object seems to have the dimension of the whole drawing:
top-svg: width="1052.3622" height="744.09448"
original-rect: id="rect4642" width="402.85715" height="515.71429"
cloned-rect: <use xlink:href="#rect4642" transform="translate(555.5839,0)" x="0" y="0" width="1052.3622" height="744.09448" />
Shouldn't the dimensions be preserved on this type of transform?