-
Notifications
You must be signed in to change notification settings - Fork 884
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
default zoom does not show the whole picture #665
base: master
Are you sure you want to change the base?
Conversation
Hello everyone there ! Here is my code: Please anonimyze this picture (if personal data are visible)
My image does not contain personal data
I've finished Cropping
And this is Javascript code :
$('#Document').on('change', function(){
}else{
}); var $value; });
}); $('#addButton').on('click', function(){ }); </script>` Thanks for helping me !! |
This bugfix should prevent an image to be zoomed to maximize one axis.
If the image is too small, for the canvas element, this will show some borders around.
If this was by desire, I suggest having an option to decide which default zoom to use.