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
Geometry instead of RectangleGeometry should be used here:
Geometry
RectangleGeometry
Avalonia/src/Avalonia.Base/Media/Geometry.cs
Lines 235 to 238 in 254652f
To fix this as a non-breaking change we are going to have to add a new method and then obsolete the current one for removal in v12.
That said it probably should exist as a CombinedGeometry.Create() method rather than where it is today. However, it does follow WPF: https://learn.microsoft.com/en-us/dotnet/api/system.windows.media.geometry.combine?view=windowsdesktop-8.0
CombinedGeometry.Create()
See Avalonia source.
A clear and concise description of what you expected to happen.
If applicable, add screenshots to help explain your problem.
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Geometry
instead ofRectangleGeometry
should be used here:Avalonia/src/Avalonia.Base/Media/Geometry.cs
Lines 235 to 238 in 254652f
To fix this as a non-breaking change we are going to have to add a new method and then obsolete the current one for removal in v12.
That said it probably should exist as a
CombinedGeometry.Create()
method rather than where it is today. However, it does follow WPF: https://learn.microsoft.com/en-us/dotnet/api/system.windows.media.geometry.combine?view=windowsdesktop-8.0To Reproduce
See Avalonia source.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: