Hacker News new | ask | show | jobs
by heycam 3195 days ago
Firefox and Servo use 1/60 as the smallest layout unit for the same reason.

http://searchfox.org/mozilla-central/source/gfx/src/AppUnits...

http://doc.servo.org/app_units/

https://bugzilla.mozilla.org/show_bug.cgi?id=177805

1 comments

It's cool and all, but keeping that decision has led to some pretty annoying bugs in SVG (and other) transforms.

https://bugzilla.mozilla.org/show_bug.cgi?id=844258