Closed MuneeshKumarG closed 2 years ago
Could you attach a small sample where reproduce the issue?. Thanks!
I have given details from our library. It will take more time for sample preparation. Please check above details and let us know if you need any other details.
@MuneeshKumarG can you share your repro projects?
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. If it is closed, feel free to comment when you are able to provide the additional information and we will re-investigate.
Description
We have a requirement of Arc with Dash Array support. So, we draw more arcs with gap in single path, run time it throws below exception.
This issue reproduced only in Maui-WinUI. In Android and iOS, outputs showing as we expected.
I have used Maui preview 10.
Steps to Reproduce
We used below codes for add more gap filled arcs in single path.
When we remove the path.Close() method, arc rendering with connected lines as attached below.
But we need to separate each arc with gap. Please check and update us the solution for this.
Version with bug
Preview 10 (current)
Last version that worked well
Unknown/Other
Affected platforms
Windows
Affected platform versions
net6.0-windows10.0.19041
Did you find any workaround?
No response
Relevant log output
No response