- From: Nikos Andronikos <web-platform-tests-notifications@w3.org>
- Date: Fri, 18 Nov 2016 04:37:11 GMT
- To: public-web-platform-tests-notifications@w3.org
@gsnedders anti-aliasing is just a way of representing sub-pixel coverage. In the actual test there's multiple levels of transformation happening. We have a viewBox, which defines a transform, markerWidth multiplying in another transformation, etc. So a reference with no transformations still ends up slightly different. We could massage the numbers until we get a set that gives us the least possible loss of precision, but that's quite hard, and it's going to be an ongoing problem. View on GitHub: https://github.com/w3c/web-platform-tests/pull/4015#issuecomment-261446956
Received on Friday, 18 November 2016 04:37:23 UTC