UNPKG

327 BHTMLView Raw
1<!--
2 preserveAspectRatio of xMidYMid meet as the center of the viewport is the circle's
3 center. The center of the circle with remain at the center of the md-progress-circle
4 element containing the SVG.
5-->
6<svg viewBox="0 0 100 100"
7 preserveAspectRatio="xMidYMid meet">
8 <path [attr.d]="currentPath"></path>
9</svg>