konvajs/konva

Rotating the object image using the rotate function

webmaxpro opened this issue · 2 comments

When I rotate an image object through the rotate function, its transformer does not rotate. If I change the object to a shape or an text, the transformer is also rotated. Image does not. If I change konvajs to version 7, the image is rotated correctly. In version 8 and 9 it does not.
image-rotate

Please make a little demo of the issue.

I'm sorry. I realized the problem.
I used useSingleNodeRotation: false for some reason. ¯_(ツ)_/¯