Hi,
it's a strange scaling bug in iOS 4 (with iOS 5 it is already fixed),
in krpano 1.0.8.14 I'm using CSS scaling instead of HTML scaling in more situations (which is faster because hardware-accelerated), but on iOS 4 devices the scaling has a strange bug - when the source width or height of the image that should be scaled is an odd-number then the scaling is wrong, and when it's an even-number then right,
e.g. images with 1x1, 3x3, 5x5 ... will scale wrong (on iOS4), but images with 2x2, 4x4, 6x6 ... okay,
I will release soon an update where this situation will be automatically detected and then the CSS scaling disabled for that image,
a simple and quick workaround would just using a 2x2 image instead of an 1x1 image, but 100x100 will also work because its a even-number sized image,
best regards,
Klaus