[Bug] Pie chart with borderWidth put center off
- Dominant language
- TypeScript
- Stars
- 67.3k
- Forks
- 19.8k
- Avg merge
- 11d 14h
- Merged PRs (30d)
- 8
Description
### Version
5.2.2
### Link to Minimal Reproduction
https://codesandbox.io/p/sandbox/referer-of-a-website-tvthft
### Steps to Reproduce
1. create pie chart
2. add series with specific colors
3. set bordercolor to the same color
4. set borderWidth
### Current Behavior
Each border draws into the area of the neighbor - only the last stops exactly at the full circle. this make the center look like its off by the border width

### Expected Behavior
The center should not be off.
when the series colors are removed, it behaves the same but the center still seems to be at the center:

### Environment
```markdown
- OS: Windows 10
- Browser: Chrome
- Framework: webcomponents
```
### Any additional comments?
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.