-
Notifications
You must be signed in to change notification settings - Fork 4.9k
High quality image using Zoom #842
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
Comments
https://jsfiddle.net/enjoythedaycsk/9L966sdd/1/ I tried to achieve high resolution thing in this example but didn't get that... Click on download pngx2 button.. Is it possible to do operations on backend like when button is clicked canvas turns into twice its size and then pic is captured and then again canvas is taken back to regular size.. |
I choose transform scale(2), not bad! |
can you please share your code so that we can see what result are you getting exactly |
@enjoytheday I scaled the dom, so we should make sure the user cannot see this scale. But here we can't set the dom to
|
@luck2011 can you please set this this in jsfiddle example? https://jsfiddle.net/enjoythedaycsk/9L966sdd/1/ I tried but its not being set by me. You can edit it completely or can create new one. It will be helpful to many 💃 |
I would like generate high quality image from DOM element. I tried to scale up element using css "zoom" by without success ;( zoom is not implemented?
The text was updated successfully, but these errors were encountered: