h4de5 opened a new issue, #20853: URL: https://github.com/apache/echarts/issues/20853
### 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_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
