похоже не ест scrollRect дробные координаты/размеры

Код AS3:
var rect:Rectangle = new Rectangle(49.4, 36.9, 3.2, 3.2);
trace( "rect : " + rect );//(x=49.4, y=36.9, w=3.2, h=3.2)
mcViewer.scrollRect = rect;
trace( "mcViewer.scrollRect : " + mcViewer.scrollRect );//(x=49, y=37, w=4, h=3)
зы разница в округлении w/h от остатков округления координат