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
agreed - this is something that's not fully quite worked out yet. The idea is to have a transform option that ignores parent transforms for performance reasons. I may need to introduce another option like:
update on this thread - the transformsEnabled property is now deprecated. In v5.0.0, I was moving into a direction where devs have to configure lots of individual properties to tweak performance. This doesn't scale. In v5.1.0, you can now use fast layers, which render about 2x faster than normal layers. All of the performance tweaks are done automatically. You can create a fast layer like this:
Shape position becomes wrong, when shape has transformsEnabled: 'position' option and its parent obj has any transform.
One of solutions is to use shape AbsolutePosition (not shape Position):
The text was updated successfully, but these errors were encountered: