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.
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 thezoomevent for this.