-
Notifications
You must be signed in to change notification settings - Fork 1.2k
drawImage bug in 1.2.0 #512
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
/cc @woodcoder |
Is capture.png a different size to the width/height you're providing to drawImage? |
I can confirm this issue. @woodcoder: in the case of the images that I've seen the issue with, it happens for all calls to The original images being drawn are 32x32px. The destination is 16x16px. What's interesting in this case is that the images are being clipped at the ratio of the source to the destination, but on the destination size. That is, it's clipping at 8x8 at 16x16 (2x), when the image is 16x16 scaled from 32x32. |
I haven't, but I can when I have a chance. On Thu, Feb 19, 2015, 1:01 AM woodcoder [email protected] wrote:
|
Hi, any news? |
The (supposed) fix was already merged, so I'm just keeping it open until we release it. I just don't have time to do a release now. |
Although the fix was merged, I still experience the issue on current master. |
I was having a similar problem with the current release when using drawImage with source width and source height set to values greater than the destination width and destination height. I no longer see the clipping when using the master branch--it seems fixed. |
Any update on this issue for the current release? |
Still has this issue. 1.2.1 |
I don't see the commit that did it but the issue seems to be gone in 1.2.3 for me. |
Please reopen if issue persists... |
Currently in version 1.2.0 (Linux) there is a drawImage bug where the image is not draw with it's full size when using the ctx.drawImage() command. This command is working correctly in version 1.1.6.
The text was updated successfully, but these errors were encountered: