Multi-line newText on IPad Retina Sim - text is stretched and distorted

Seems to happen only on some widths. Width of 182 here causes stretching. 181, 180, 179 all work!

local storeDBDesc = display.newText(“test”, display.contentCenterX, display.contentCenterY, 182, 50, native.systemFont, 17)
storeDBDesc.x = 100;
storeDBDesc.y = 100;
hudGroup:insert(storeDBDesc)

Using daily build 925, Mountain Lion.
Thanks,
Rich [import]uid: 63043 topic_id: 32237 reply_id: 332237[/import]

Actually I think the box has to be divisible by 4 or 8 to fix it.
[import]uid: 19626 topic_id: 32237 reply_id: 128330[/import]

Actually I think the box has to be divisible by 4 or 8 to fix it.
[import]uid: 19626 topic_id: 32237 reply_id: 128330[/import]