Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRounding error on DisplayList items while dumping geometric information #5263
Labels
Comments
|
@pcwalton and @larsbergstrom FYI. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
== How to reproduce ==
Run servo with: ./mach run -Z dump-display-list http://www.wikipedia.org
== Expected Result ==
Some DisplayList items will have fractional size/position e.g.
"####" SolidColor. Rect(45.916667px×15.583333px at (55.033333px,3.9px))"
== Further info ==
Has being identified by servo team last week.