-
-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
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
[Bug] AvaloniaControls.AdvancedImageBox Pixel Grid lines dont connect when image is smaller than control size #956
Comments
This is your first time submitting an issue with UVtools 🥳Please review your issue and ensure that the submit template was followed, the information is complete, and not related to any other open issue. It will be reviewed shortly. Debugging is very important and make the program better. Thanks for contributing and making the software better! 🙌 |
Nope just really coincidental timing, I found this repository yesterday, and when I downloaded it, 4.0.0 came out within the same 10 seconds. |
System
Printer and Slicer
No response
Description of the bug
When using a small image on the AdvancedImageBox, and then scaling that image up to the point where all 4 edges are still visible, along with the Pixel Grid, the lines in the Pixel Grid are misaligned to the image. The issue goes away when zoomed in.
How to reproduce
<StyleInclude Source="avares://UVtools.AvaloniaControls/Controls.axaml"/>
xmlns:uv="clr-namespace:UVtools.AvaloniaControls;assembly=UVtools.AvaloniaControls"
<uv:AdvancedImageBox AutoZoomToFit="True"/>
Image
property of the AdvancedImageBox to a small image, in my case I used a 32x32 imageFiles
The text was updated successfully, but these errors were encountered: