We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On a stage with scale {x: 2, y:2}:
If a cache made before added to the layer, it works as expected: http://jsfiddle.net/kzhdev/EY3A6/12/
If a cache made after added to the layer, the cache is scaled twice. http://jsfiddle.net/kzhdev/EY3A6/13/
It looks like when drawing a cache, it needs to take account layer scale.
The text was updated successfully, but these errors were encountered:
Fixed cache image scale issue. Close ericdrowell#785.
43f40dd
fix ericdrowell#785: cache scaled twice in scaled canvas.
4da39ed
Fix ericdrowell#785: fix cache scaled twice in scaled canvas.
749df77
5431917
Successfully merging a pull request may close this issue.
On a stage with scale {x: 2, y:2}:
If a cache made before added to the layer, it works as expected:
http://jsfiddle.net/kzhdev/EY3A6/12/
If a cache made after added to the layer, the cache is scaled twice.
http://jsfiddle.net/kzhdev/EY3A6/13/
It looks like when drawing a cache, it needs to take account layer scale.
The text was updated successfully, but these errors were encountered: