-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generates inconsistent text size across different devices #202
Comments
Thank you for reporting this issue, I have found the cause of the issue and will fix it shortly. |
Thank you, much appreciated! |
v1.2.4 is available |
Thanks @JimmyDaddy works! |
Hi @JimmyDaddy how to solve this issue for project react native 0.72.x ? currently i'm using v1.1 in OS Android 14 the text size come more bigger |
Describe the bug
When generating images with text in them, the size of the text changes depending on what phone you use. I tried generating the same image with text on two different phones - an iPhone SE (3rd Generation) and an iPhone 15 Pro Max. The text turned out to be much bigger on the iPhone 15 Pro Max than on the iPhone SE which is strange, especially considering that the same parameters were used for generating the images.
To Reproduce
Steps to reproduce the behavior:
Following code was used on both devices to generate the images shown below:
Expected behavior
In this case, I have set specific parameters for how the text should appear on the image, so the result should be consistent/identical regardless which devices was used to generate the image.
Screenshots
iPhone 15 Pro Max
iPhone SE 3rd Gen
Devlopment environment:
Smartphone:
The text was updated successfully, but these errors were encountered: