KineticJS icon indicating copy to clipboard operation
KineticJS copied to clipboard

Fix #785: Cache in scaled scaled canvas was scaled twice.

Open kzhdev opened this issue 11 years ago • 1 comments

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.

kzhdev avatar Jan 30 '14 22:01 kzhdev

Please ignore commit 4da39ed.

the issue is re-fixed in 5431917. Both #785 and #780 are now fixed.

kzhdev avatar Feb 18 '14 18:02 kzhdev