Hacker News new | ask | show | jobs
by C1D 4846 days ago
It seems to render right on your browser. This is what I see: http://i.imgur.com/gJ1xBWn.png
1 comments

It's actually more correct on your browser. It's a stack of diacritics. The rasterizer above was printing them on top of each other, which is (well, seems likely to be) typographically incorrect. The problem of course is that the implemented rules should disallow unused-in-the-real-world combinations of diacritics but don't.

But it's not a "rendering" bug.