Create a text, e.g.
t = paper.text().attr({x:100,y:100, text: "Ayan", 'text-bound': ["#ff0000","#00ff00",2,5,10]});
Now keep on applying for a repeated times
t.attr({transform: 't10,10'});
After some transformations, text although remains intact, the bounding-box(i.e. the text-bound) gets shifted with no capping.
Create a text, e.g.
t = paper.text().attr({x:100,y:100, text: "Ayan", 'text-bound': ["#ff0000","#00ff00",2,5,10]});Now keep on applying for a repeated times
t.attr({transform: 't10,10'});After some transformations, text although remains intact, the bounding-box(i.e. the text-bound) gets shifted with no capping.