Lines Matching refs:arc
22 …gress bar.<br>- **scale-ring**: ring progress bar with a scale.<br>- **arc**: arc progress bar.<br…
37 - When the type is **arc**, the following attributes are supported.
73 When the type is **arc**, the following styles are supported.
77 | color | <color> | - | No| Color of the arc progress bar.|
78 | background-color | <color> | - | No| Background color of the arc progress bar.|
79 | stroke-width | <length> | - | No| Stroke width of the arc progress bar.<br>A larger width v…
80 | start-angle | <deg> | 240 | No| Start angle of the arc progress bar, which starts from the …
81 | total-angle | <deg> | 240 | No| Total length of the arc progress bar. The value ranges from…
82 | center-x | <length> | - | No| Center of the arc progress bar (with the upper left corner of…
83 | center-y | <length> | - | No| Center of the arc progress bar (with the upper left corner of…
84 | radius | <length> | - | No| Radius of the arc progress bar. This style must be used togethe…
100 <progress class="min-progress" type="arc" percent= "10"></progress>