shipshapecode/tether

Font blur while setting font scale in windows

Sinozet opened this issue · 1 comments

When I set font scale in Windows, tether content become blured. That because of tether use "translate: transform" atribute instead of "left" and "right" for positioning tether container.
bug

solved by using "optimizations: { gpu: false }"