File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22 The background div is named as such because it appears below the other divs and is not sized based
33 on values.
44-->
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 ">
66 < 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 "/>
99 </ pattern >
1010 </ defs >
1111 < rect [attr.fill] ="_rectangleFillValue " width ="100% " height ="100% "/>
Original file line number Diff line number Diff line change 33@import ' ../core/style/noop-animation' ;
44@import ' ../../cdk/a11y/a11y' ;
55
6- $mat-progress-bar-height : 5 px !default ;
6+ $mat-progress-bar-height : 4 px !default ;
77$mat-progress-bar-full-animation-duration : 2000ms !default ;
88$mat-progress-bar-piece-animation-duration : 250ms !default ;
99
You can’t perform that action at this time.
0 commit comments