Files
atom/spec
Antonio Scandurra 6decf222a3 🐛 Fix incorrectly reported width when measuring lines
This commit fixes what seems to be a bug in Chromium.

When measuring lines (and with a special character sequence), it could happen
that Range(0, 0). getBoundingClientRect().width reports a number greater than 0.
This seems to happen when the font size is smaller than 12px and it's probably
due to subpixel font scaling. To solve it we've explicitly included a guard
clause that prevents this problem to happen.
2015-11-01 19:23:09 +01:00
..
2015-09-18 20:48:51 -06:00
💚
2015-10-16 10:30:45 +02:00
2014-02-02 19:29:54 +06:00
2015-10-16 11:22:03 +02:00