> python text_scale_test.py Test1 : before append to splash Scale 1 AbsoluteTransformScale Transform(x=0, y=0, dx=1, dy=1, scale=1, transpose_xy=False, mirror_x=False, mirror_y=False) Test1 : after append to splash Scale 1 AbsoluteTransformScale Transform(x=8, y=8, dx=1, dy=1, scale=1, transpose_xy=False, mirror_x=False, mirror_y=False) Test2 : before append to splash Scale 2 AbsoluteTransformScale Transform(x=0, y=0, dx=2, dy=2, scale=2, transpose_xy=False, mirror_x=False, mirror_y=False) Test2 : after append to splash Scale 2 AbsoluteTransformScale Transform(x=8, y=38, dx=4, dy=4, scale=4, transpose_xy=False, mirror_x=False, mirror_y=False) Test3 : before append to splash Scale 3 AbsoluteTransformScale Transform(x=0, y=0, dx=3, dy=3, scale=3, transpose_xy=False, mirror_x=False, mirror_y=False) Test3 : after append to splash Scale 3 AbsoluteTransformScale Transform(x=8, y=88, dx=9, dy=9, scale=9, transpose_xy=False, mirror_x=False, mirror_y=False)