You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Without caching, rotating of a node doesn't move the shadow. It stays in the same place (same offset) while the node is rotating.
Caching converts a node into a static image. So the whole image is rotated. So it moves the shadow. Here is the difference:
Hi, I have problems caching a shape (group with a shape) under certain conditions:
1.1) figure at an angle with shadow and border uncached (works correctly)

1.2) figure at an angle with shadow and border cached (does not work correctly)

2.1) figure with shadow and border is uncached (works correctly)

2.2) figure with shadow and border is cached (does not work correctly)

version konva: "^9.3.18"
Link to the sandbox with these cases:
https://stackblitz.com/edit/typescript-konva-cjm4cnge?file=index.ts
The text was updated successfully, but these errors were encountered: