KineticJS
KineticJS copied to clipboard
Fix #785: Cache in scaled scaled canvas was scaled twice.
Fix #785. Also fixed opacity for cache.
Because the transform will be applied when drawing the cache, we should apply the relative transform during caching, otherwise the transform will be applied twice. The same is true for opacity.
Please ignore commit 4da39ed.
the issue is re-fixed in 5431917. Both #785 and #780 are now fixed.