dotnet / dotnet/wpf

"ArcSegment" can't be drawn semi-circle correctly along the circle

Open
#3,419 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
7.7k
Forks
1.3k
Avg merge
1d 11h
Merged PRs (30d)
61

Description

* .NET Core Version: 3.1
* Windows version: Windows 10 Enterprise
* Does the bug reproduce also in WPF for .NET Framework 4.8?: Yes/No
* Is this bug related specifically to tooling in Visual Studio (e.g. XAML Designer, Code editing, etc...)? If yes, please file the issue via the instructions [here](https://docs.microsoft.com/visualstudio/ide/how-to-report-a-problem-with-visual-studio?view=vs-2019).
* Security issues and bugs should be reported privately, learn more via our [responsible disclosure guidelines](https://github.com/dotnet/wpf/blob/master/README.md#reporting-security-issues-and-security-bugs).



**Problem description:**
"ArcSegment" can't be drawn semi-circle correctly along the circle that was drawn by "Ellipse":
```csharp





















```

**Actual behavior:**
![image](https://user-images.githubusercontent.com/38196867/91693781-210bc100-eb9e-11ea-9d65-81db720b5287.png)

**Expected behavior:**
"ArcSegment" can be drawn semi-circle correctly along the circle that was drawn by "Ellipse", Or how can I achieve that? Thanks.

**Minimal repro:**

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.