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
In order to achieve maximum balance of performance and text quality, it is best to use the scale() transform during zooming, and then to use an adjusted font size along with scale(1, 1) when zooming is finished. That way, text is crisp when zooming is finished, and text is rendered quickly during zooming. You can use $$.util.debounce() on the zoom event for this.
The text was updated successfully, but these errors were encountered:
In order to achieve maximum balance of performance and text quality, it is best to use the
scale()
transform during zooming, and then to use an adjusted font size along withscale(1, 1)
when zooming is finished. That way, text is crisp when zooming is finished, and text is rendered quickly during zooming. You can use$$.util.debounce()
on thezoom
event for this.The text was updated successfully, but these errors were encountered: