javascript - On scrolling fonts become lines? -
i'm working in centos 7. i'm developing web tool biologist. project has come final stage. facing 1 critical problem. problem fonts, while scrolling down , on div.
i added images below. each pagination page dynamically generated javascript.
[image1] original.
[image2] after scroll content font lines.
then checked several browser in several machines got problem in 2 different machine. problem? how can solve this.?
looks gpu rendering issue may try changing css text-rendering although not sure work sure
try these 1 one of div or whatever container in
text-rendering: auto; text-rendering: optimizespeed; text-rendering: optimizelegibility; text-rendering: geometricprecision;
Comments
Post a Comment