Is there an existing issue for this?
Did you read the "Reporting a bug" section on Contributing file?
Current Behavior
When using a larger value for the DrawingView property LineWidth, e.g. 50, the resulting image looks strange, most probably because a wrong LineCap value is used. See the attached screenshot from the sample app:
Expected Behavior
The resulting image uses the proper line cap type.
Steps To Reproduce
- Modify the
LineWidth value of the DrawingView of the DrawingViewPage.xaml file in the sample app.
- Run the Sample app
- Go to the Drawing View
- Draw something in the "Draw & GO" area
- Observe the gray area below.
Link to public reproduction project repository
https://github.com/CommunityToolkit/Maui
Environment
- .NET MAUI CommunityToolkit: 14.1.1
- OS: Windows 11 25H2
- .NET MAUI: 10.0.60
Anything else?
No response
Is there an existing issue for this?
Did you read the "Reporting a bug" section on Contributing file?
Current Behavior
When using a larger value for the
DrawingViewpropertyLineWidth, e.g. 50, the resulting image looks strange, most probably because a wrongLineCapvalue is used. See the attached screenshot from the sample app:Expected Behavior
The resulting image uses the proper line cap type.
Steps To Reproduce
LineWidthvalue of theDrawingViewof theDrawingViewPage.xamlfile in the sample app.Link to public reproduction project repository
https://github.com/CommunityToolkit/Maui
Environment
Anything else?
No response