Mobile Safari renders <img src=“data:image/jpeg;base64…”> scaled on Canvas?
问题 I try to render a local image loaded with a FileReader object on a Canvas on Safari Mobile on iOS6. But every image with data-URL gets rendered vertically scaled. Is this a bug? On Chrome it's rendered correctly. Demo Script ScreenShot from iOS6 (above: Canvas, below: Original Image) Is there any way to work-around this bug? Is this a bug? If I resize the image on the device first with the "PhotoWizard" App (scale it down to 720px width), the Canvas renders it correctly. It seems to be a