Re: [svg-tests] Convert SVG 1.1 marker tests to reftests. (#4015)

@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