KineticJS
KineticJS copied to clipboard
Problem with image.cache(). when scale is set
Here is my problem: http://jsfiddle.net/bordeux/54TRx/
How can i fix it? I need image.cache(), becase without it, i cant use filters.
any ideas?
Set scale after cache. Or pass width and height params to cache function ( height = imageHeight * scaleX, same for width)
is't this bug? I fixed it in _cache function: https://gist.github.com/bordeux/d72f8d41996129780762
It is a bug. Can we apply scale the way translate is applied on cached canvas?