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
Right now, on every zoom action all the elements that has a cache canvas gets regenerated which is not ideal.
Ideal behaviour would be like so.
Regeneration is debounced for say 100ms this will prevent successive unecessary regenerations
Use the old element with the right scale in the period where the cache element's zoom is not the same as the global zoom but the action is still in the debounced state
Maybe lazy regenerate meaning if 10000 elements are of the screen and 100 are on the screen, regenerate the 100 that are on the screen only
The text was updated successfully, but these errors were encountered:
Right now, on every zoom action all the elements that has a cache canvas gets regenerated which is not ideal.
Ideal behaviour would be like so.
The text was updated successfully, but these errors were encountered: