Sprite bug (CC v2.0.5)

Hello, i use Cocos creator 2.0.5 and find problem with Sprite:
When Sprite with type “Filled” and uses SpriteFrame without Atlas it works good, but when SpriteFrame with Atlas it works wrong

  • Same in version 1.9 works well

Screenshot:

@jare can have someone take a look at this.

image
I can’t reproduct the problem,everything allright looks like.
this is my demo product.test.zip (650.1 KB)

can you provide a demo for test?

Hi, @Big_Bear
Thanks for your response.
We have determined, that this problem occurs when spriteframe in atlas is rotated.
Take a look at this example

SpriteTest.zip (668.5 KB)

Hi, @Amnesia
Thanks for your demo.
It can be fixed with this pr : https://github.com/cocos-creator/engine/pull/3566