cocos2d / cocos2d-html5

Cocos2d for Web Browsers. Built using JavaScript.
https://www.cocos.com
3.07k stars 902 forks source link

LayerGradient does not rotate correctly #622

Closed ricardoquesada closed 11 years ago

ricardoquesada commented 11 years ago

Apparently the fix for issue #610 broke the rotation code.

How to reproduce it:

You will notice the colors of the Layer change when you rotate it, and they should remain the same.

dingpinglv commented 11 years ago

Yes, I fixed it. Thanks you!