forked from 0x2620/oxjs
add progress bar demo
This commit is contained in:
parent
d160699e00
commit
16ef28d260
8 changed files with 148 additions and 17 deletions
|
|
@ -1,4 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
|
||||
<circle cx="128" cy="128" r="104" fill="none" stroke="#FFFFFF" stroke-width="48"/>
|
||||
<line x1="40" y1="40" x2="216" y2="216" stroke="#FFFFFF" stroke-width="48"/>
|
||||
<g stroke="#FFFFFF" stroke-width="48">
|
||||
<circle cx="128" cy="128" r="104" fill="none"/>
|
||||
<line x1="40" y1="40" x2="216" y2="216"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 240 B After Width: | Height: | Size: 230 B |
Loading…
Add table
Add a link
Reference in a new issue