forked from 0x2620/oxjs
a few svg fixes
This commit is contained in:
parent
0a049f0b2c
commit
a49dd6ccb2
10 changed files with 12 additions and 15 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
|
||||
<g transform="translate(128, 128)" stroke="#000000" stroke-linecap="round" stroke-width="28">
|
||||
<g transform="translate(128, 128)" stroke="#FFFFFF" stroke-linecap="round" stroke-width="28">
|
||||
<line x1="0" y1="-114" x2="0" y2="-70" transform="rotate(0)" opacity="1">
|
||||
<animate attributeName="opacity" from="1" to="0" begin="0s" dur="1s" repeatCount="indefinite"></animate>
|
||||
</line>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
Loading…
Add table
Add a link
Reference in a new issue