-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
The AlignmentX and AlignmentY properties of DrawingBrush class do not work on v11.1.1,v11.1.2,v11.1.3 #16810
Comments
Please add a sample we can easily run at our end |
Shouldn't these properties align content inside of the tile boundaries? I.e., in your case - inside of 64;64 tile. |
Yeah looks like a bug in previous versions which was fixed. I remember slightly something like that before but it was wrong. Can't recall issue number atm. |
Thank you, will it be fixed in the next version? When will the next version be released? |
Yes,these properties align content inside of the tile boundaries. Using the same code, in the latest version, they do not work, but they work in versions before 11.1.0-beta1 |
Thank you, everyone. I have seen it and it has been fixed in version 11.2.0-beta1. Thank you very much for your support。 |
Describe the bug
The AlignmentX and AlignmentY properties of DrawingBrush class do not work on v11.1.1,v11.1.2,v11.1.3
but it's work on v11.1.0-beta1, v11.0.10.
On v11.1.0-beta1,v11.0.10 version,It's default value is Center,
On v11.1.1,v11.1.2,v11.1.3,It's default value is Top and Left,
To Reproduce
After upgrading the version, these two properties changed to Top and Left, and resetting the values has no effect.
Expected behavior
I hope to enable these two properties in the latest version, or change their default values to Center
Avalonia version
e.g. 11.1.1,11.1.2,11.1.3
OS
No response
Additional context
This is normal, in version 11.0.10。
This is abnormal in version 11.1.3。
The text was updated successfully, but these errors were encountered: