File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
The background div is named as such because it appears below the other divs and is not sized based
3
3
on values.
4
4
-->
5
- < svg width ="100% " height ="5 " focusable ="false " class ="mat-progress-bar-background mat-progress-bar-element ">
5
+ < svg width ="100% " height ="4 " focusable ="false " class ="mat-progress-bar-background mat-progress-bar-element ">
6
6
< defs >
7
- < pattern [id] ="progressbarId " x ="5 " y ="0 " width ="10 " height ="5 " patternUnits ="userSpaceOnUse ">
8
- < circle cx ="2.5 " cy ="2.5 " r ="2.5 "/>
7
+ < pattern [id] ="progressbarId " x ="4 " y ="0 " width ="8 " height ="4 " patternUnits ="userSpaceOnUse ">
8
+ < circle cx ="2 " cy ="2 " r ="2 "/>
9
9
</ pattern >
10
10
</ defs >
11
11
< rect [attr.fill] ="_rectangleFillValue " width ="100% " height ="100% "/>
Original file line number Diff line number Diff line change 3
3
@import ' ../core/style/noop-animation' ;
4
4
@import ' ../../cdk/a11y/a11y' ;
5
5
6
- $mat-progress-bar-height : 5 px !default ;
6
+ $mat-progress-bar-height : 4 px !default ;
7
7
$mat-progress-bar-full-animation-duration : 2000ms !default ;
8
8
$mat-progress-bar-piece-animation-duration : 250ms !default ;
9
9
You can’t perform that action at this time.
0 commit comments