We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WASM] IAppRect might be offseted by one pixel
On WASM when we get the Rect of an element in the UI tests, the actual content might by offseted by 1 pixel.
When rect is X=100 an Y=100 the pixel at 100,100 should be the colored by the background of the control!
Remove .WithPixelTolerance(x: 1, y: 1) in DoubleAnimation_Tests.TransformGroup.cs
.WithPixelTolerance(x: 1, y: 1)
Package Version(s): latest Visual Studio: irrelevant
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug report
[WASM] IAppRect might be offseted by one pixel
Current behavior
On WASM when we get the Rect of an element in the UI tests, the actual content might by offseted by 1 pixel.
Expected behavior
When rect is X=100 an Y=100 the pixel at 100,100 should be the colored by the background of the control!
Minimal reproduction of the problem with instructions
Remove
.WithPixelTolerance(x: 1, y: 1)
in DoubleAnimation_Tests.TransformGroup.csEnvironment
Package Version(s): latest
Visual Studio: irrelevant
The text was updated successfully, but these errors were encountered: