diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-02-12 20:27:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-12 20:27:43 -0500 |
commit | 98975d59231eeedeaa2b17998b56a3c21e5d647e (patch) | |
tree | 264e90afac5145f4357b172c2b775ad5f8a7f4b5 /ext/mixed/img/spinner.svg | |
parent | 2b4af57bd764ee07ed1d7db8e2985e34ba7ef8ea (diff) |
Move images (#1372)
* Move mixed/img/ to images/
* Move bg/img/ to images/
Diffstat (limited to 'ext/mixed/img/spinner.svg')
-rw-r--r-- | ext/mixed/img/spinner.svg | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/ext/mixed/img/spinner.svg b/ext/mixed/img/spinner.svg deleted file mode 100644 index ec19ba83..00000000 --- a/ext/mixed/img/spinner.svg +++ /dev/null @@ -1,32 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20"> -<style> -#container { - transform: translate(10px, 10px); -} - -#rotate-container { - transform: rotate(0deg); - animation: rotate 1.5s linear infinite; -} -@keyframes rotate { - 0% { transform: rotate(0deg); } - 100% { transform: rotate(360deg); } -} - -#path { - fill: none; - stroke: #000; - stroke-width: 2; - stroke-linecap: butt; - stroke-dasharray: 33 44; - stroke-dashoffset: 0; - animation: path-dash 3s linear infinite; -} -@keyframes path-dash { - 0% { stroke-dashoffset: 110; } - 42% { stroke-dashoffset: 77; } - 100% { stroke-dashoffset: 33; } -} -</style> -<g id="container"><g id="rotate-container"><circle id="path" cx="0" cy="0" r="7"></circle></g></g> -</svg>
\ No newline at end of file |