ankitects / anki

Anki's shared backend and web components, and the Qt frontend
https://apps.ankiweb.net
Other
19.04k stars 2.15k forks source link

MathJax text looks worse during reviews than in Browse (grayscale anti-aliasing) #3586

Open dae opened 1 week ago

dae commented 1 week ago

From my understanding, I think this might be because of the difference in the anti-aliasing method used. The first one is subpixel rendering and the second one is grayscale anti-aliasing. Is it possible to have grayscale anti-aliasing for MathJax in my cards too, not just in the Browse menu? (As I think it looks better)

Perhaps we have some CSS in one of the screens that is altering the default behaviour?

Originally reported on https://forums.ankiweb.net/t/mathjax-text-looks-worse-during-reviews-than-in-browse-grayscale-anti-aliasing/51978

dae commented 3 days ago

Scratch that, it's likely the difference between the svg and chtml backends.