-
Notifications
You must be signed in to change notification settings - Fork 753
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
difference on Kinect.Image between v5.1 and v4.5 #921
Comments
I believe this plugin https://github.com/lavrton/kineticjs-tips-and-tools/tree/master/debug may help you find problem by yourself. Add https://rawgithub.com/lavrton/kineticjs-tips-and-tools/master/debug/kinetic.debug.js after |
Hey dbsima, Some methods were changed in v5.0.0. For example: I changed your jsfiddle, and it seems to be working now |
@pgrodrigues I knew about those changes. My problem is that the images with v5.1 don't have de pixel-ratio as with v4.5. |
Can you provide more information about "losing pixel"? Screenshots? |
@lavrton just look at the 2 jsfinddles http://jsfiddle.net/dbsima/5d2M3/ and http://jsfiddle.net/5d2M3/1/ the images in the first one look better. |
I have ubuntu with chrome 34 and I don't see any difference. What is your system? |
I think that the difference is because of the retina display. I checked on PC with no retina display and there's no difference. |
Yeah. Same problem. Sorry I didn't saw them. |
With v4.5 the loaded images look great http://jsfiddle.net/dbsima/5d2M3/ but with v.5.1 http://jsfiddle.net/5d2M3/1/ the images are losing pixels. What am I doing wrong?
The text was updated successfully, but these errors were encountered: