Open hyh014 opened 2 years ago
https://stackblitz.com/edit/ng-zorro-antd-ivy-ymk92e?file=src/app/app.component.ts
It should create progress bar of a semi-circle with a gap of 180 degree
It should create a progress bar with the degree that was given
Currently, it is not exactly a semi-circle with 180 degree, it's smaller than that
It will create a full circle instead of a dashboard bar with the appropriate degree
I changed the version to 13.2.1 but it seems to be happening to the previous versions as well
Ref https://github.com/ant-design/ant-design/issues/35352
Reproduction link
https://stackblitz.com/edit/ng-zorro-antd-ivy-ymk92e?file=src/app/app.component.ts
Steps to reproduce
Case 1
Case 2
What is expected?
Case 1
It should create progress bar of a semi-circle with a gap of 180 degree
Case 2
It should create a progress bar with the degree that was given
What is actually happening?
Case 1
Currently, it is not exactly a semi-circle with 180 degree, it's smaller than that
Case 2
It will create a full circle instead of a dashboard bar with the appropriate degree
I changed the version to 13.2.1 but it seems to be happening to the previous versions as well