ionic-team / ionic-team/ionic-framework
Progress Bar - use width instead of scaleX to allow rounded progress bar
Aperta
package: core
type: feature request
- Lingua principale
- TypeScript
- Stelle
- 52.7k
- Fork
- 13.3k
- Merge medio
- 1g 15h
- PR unite (30g)
- 51
Descrizione
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
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.