ionic-team / ionic-team/ionic-framework
Progress Bar - use width instead of scaleX to allow rounded progress bar
未关闭
package: core
type: feature request
- 主要语言
- TypeScript
- 星标
- 52.7k
- 派生
- 13.3k
- 平均合并
- 1 天 15 小时
- 30 天内合并 PR
- 51
描述
https://github.com/ionic-team/ionic-framework/blob/e1c0f457966ab79c7a8774ec9bd0b34458067305/core/src/components/progress-bar/progress-bar.tsx#L102
The `scaleX()` also scales border-radius. If you use border radius on the top-left and bottom-right to make a round tip to the progress bar, it distorts across the width of the progress bar.
Changing to:
```js
```
would scale it similarly without scaling the border-radius
贡献指南
评估
这个 Issue 还没有评估数据。