-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
toDataURL: multiplier : 1 BUG #4617
Comments
Hey @evolutionjay i would like to fix this, are you able to making a failing fiddle? Reading the code i cannot understand why it should happen. |
bump also have this issue on retina screen |
thanks! |
@asturur Could you confirm please can this be fixed anytime soon? Or should we start to search the solution by owns? |
Well i cannot confirm, since i m swamped of work. What i can say is that i hope is a quick fix to put in asap. |
so i do not think there is any strange bug. retina canvas are double big. { multiplier: 1/canvas.getRetinaScaling() } changing code would not give you any difference that you cannot obtain like this |
Ok since for object we offer an option, default to false, we can extend the same on the canvas. |
Version
2.0
Test Case
none
Steps to reproduce
Useing Retina Screen and Canvas.enableRetinaScaling is
true
useing
toDataURL
options is
is 2x size bigger than Normal screen image
but I am try this:
It is work .
also work very well
Expected Behavior
Actual Behavior
The text was updated successfully, but these errors were encountered: