Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ios): Fix image size when calling getDataURL with bounds. fixes #855
UIGraphicsBeginImageContextWithOptions third argument was incorrect: https://developer.apple.com/documentation/uikit/1623912-uigraphicsbeginimagecontextwitho The scale factor to apply to the bitmap. If you specify a value of 0.0, the scale factor is set to the scale factor of the device’s main screen.
- Loading branch information