Updated the preload spinner

This commit is contained in:
Sophia Atkinson 2022-12-18 22:26:51 -08:00
parent bedbb767c5
commit 408576bd4d
2 changed files with 50 additions and 12 deletions

View File

@ -1,17 +1,55 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="96px" height="96px" viewBox="0 0 96 96" zoomAndPan="disable">
<style>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="1024"
height="1024"
viewBox="0 0 270.93332 270.93334"
version="1.1"
id="svg5"
xml:space="preserve"
inkscape:export-filename="spinner.svg"
inkscape:export-xdpi="9"
inkscape:export-ydpi="9"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"><sodipodi:namedview
id="namedview7"
pagecolor="#ffffff"
bordercolor="#111111"
borderopacity="1"
inkscape:showpageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="px"
showgrid="false" /><defs
id="defs2"><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4860"><path
style="opacity:0.5;fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 135.46666,46.935882 -8.34153,0.480967 -5.35014,1.455648 -9.77627,0.652952 -10.03456,3.884347 c -8.465991,4.084328 -10.955985,6.56485 -15.004451,9.444398 l -5.656543,6.153589 -5.238734,1.190156 -9.706806,2.633602 c -2.040162,2.826583 -5.421675,4.48568 -9.943129,5.046734 l -4.299484,4.664138 -3.884348,7.445002 -1.294783,4.531739 1.294783,3.88435 0.323694,2.589566 1.294783,5.50283 -1.294783,1.29478 1.61848,3.88435 1.618477,3.88435 4.531741,2.91326 2.265871,2.26587 7.445002,2.83234 8.092392,2.67049 1.294783,-0.6474 1.61848,7.7687 2.913261,6.31207 5.826525,5.17913 4.208044,4.36989 3.236958,5.82653 3.884348,5.50282 4.046199,3.39881 3.90442,1.07596 10.52882,1.14444 11.90215,5.95107 12.35992,3.20443 10.75771,-0.22889 8.69773,-1.60221 5.03552,-3.20443 5.72218,-2.97554 5.03553,-3.43331 3.89109,-5.03552 2.97553,-6.86662 0.22889,-6.17996 7.3244,-4.57775 1.8311,-4.34886 2.74665,-9.1555 0.22888,-4.34886 0.91555,-5.26442 h 5.4933 l 6.17996,-2.51776 4.34887,-3.20442 -0.68667,-3.89109 -1.14443,-1.37332 1.37332,-2.51777 -0.68666,-3.89108 2.05998,-4.348863 -0.22888,-5.493301 -0.91555,-4.348861 -2.05999,-5.035523 -2.28887,-1.602214 -3.9617,-3.114378 -3.15921,-2.971967 -1.8172,-1.790636 -2.96404,-4.025165 -6.17996,-4.577749 -6.80081,-4.09149 -8.07688,-3.919569 -10.98659,-2.360266 -6.63774,-1.988598 -7.62032,-2.087756 -6.41958,-0.475556 -2.9007,-0.65459 -0.93063,-0.44508 z"
id="path4862"
sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" /></clipPath></defs><g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"><image
width="270.93332"
height="270.93332"
preserveAspectRatio="none"
xlink:href="logo.png"
id="image1643"
x="5.4541015e-06"
y="5.4541015e-06"
style="fill:#121212;fill-opacity:1"
clip-path="url(#clipPath4860)"
transform="matrix(1.5211204,0,0,1.617687,-61.605543,-44.309861)" /></g><style
id="style4895">
circle {
fill: transparent;
stroke: #fff;
stroke-width: 1.5px;
}
</style>
<defs>
<clipPath id="corner">
<polygon points="0,0 48,0 48,48 96,48 96,96 0,96" />
</clipPath>
</defs>
<g clip-path="url(#corner)">
<circle cx="48" cy="48" r="32"/>
</g>
</svg>
</style></svg>

Before

Width:  |  Height:  |  Size: 438 B

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 9.3 KiB