Skip to content
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

it's not an issue it's a solution #14

Closed
Landaes opened this issue Jul 2, 2015 · 1 comment
Closed

it's not an issue it's a solution #14

Landaes opened this issue Jul 2, 2015 · 1 comment

Comments

@Landaes
Copy link

Landaes commented Jul 2, 2015

In line 98 do this: ctx.drawImage(that, 0, 0, width, height);
and in line 326 this: data.ctx.drawImage( data.source, 0, 0 , data.w, data.h);

fix an issue in devices whith other devicePixelRatio but 1 (like he new iPad)

Ok, i'm gonna write this in spanish, just because my shitty english: En la lína 98 pega esto:ctx.drawImage(that, 0, 0, width, height); y en la línea 326 esto: data.ctx.drawImage( data.source, 0, 0 , data.w, data.h);

Arregla un problema en los dispositivos que tienen un devicePixelRatio distinto de 1 (como el nuevo iPad)

@boblemarin
Copy link
Owner

Thanks, I added your fix in the library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants