21 lines
382 B
Handlebars
21 lines
382 B
Handlebars
|
<circle
|
||
|
data-test-path
|
||
|
class="path"
|
||
|
cx="{{centerValue}}"
|
||
|
cy="{{centerValue}}"
|
||
|
r="{{r}}"
|
||
|
fill="none"
|
||
|
stroke-width="{{strokeWidth}}"
|
||
|
/>
|
||
|
<circle
|
||
|
data-test-progress
|
||
|
class="progress-fill"
|
||
|
cx="{{centerValue}}"
|
||
|
cy="{{centerValue}}"
|
||
|
r="{{r}}"
|
||
|
fill="none"
|
||
|
stroke-width="{{strokeWidth}}"
|
||
|
stroke-dasharray="{{c}}"
|
||
|
stroke-dashoffset="{{dashArrayOffset}}"
|
||
|
/>
|