Fractial leftover #508
Reference in New Issue
Block a user
No description provided.
Delete Branch "fractial-leftover"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR fixes #490
Coordinates are now rounded depending on their position on the world pixel grid instead of the local grid, which means that they are now properly rounded relatively to their parents.
Because this change is an improvement over the Chrome implementation which suffer from the same bug that we do, I've implemented new
expect-*
attributes for html fixtures. They can be used to override the generated assertion that we must match, and also validate that Chrome's behaviour is the one we expect. You can see them in action here.It should also fix the JS Travis build: apparently the emscripten sdk file structure changed in a recent release.
I like the idea of
expected
could be useful for someflex-basis
tests where chrome returns some invalid values, top. 👍I'm going to close this PR, since its related issue has been fixed in
aa5b296
:)Pull request closed