artursapek / mondrian

Web-based vector graphics editor
MIT License
1.24k stars 104 forks source link

Improved font rendering. Added antialiasing on FF. #23

Closed colmtuite closed 10 years ago

Fishrock123 commented 10 years ago

Thankfully we aren't rendering a lot of text (usually), but applying text-rendering: optimizeLegibility does slow font rendering a lot.

colmtuite commented 10 years ago

That's a pretty big claim mate, do you have any evidence to back it up?

I'm aware of a few minor bugs with Android and a potentially major performance bug when rendering a lot of text but neither of those cases apply to Mondrian.

Fishrock123 commented 10 years ago

https://developer.mozilla.org/en-US/docs/Web/CSS/text-rendering + personal experience.

I was just saying it for reference, really.

artursapek commented 10 years ago

Compared it before & after in Firefox... slight difference but I agree it is a little better. Merged.