Daily Update

This commit is contained in:
染川 瞳
2024-10-10 14:22:21 +09:00
parent 2490ecbab2
commit 1d70047c2e
27 changed files with 21 additions and 28 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
<svg width="80px" height="80px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid" class="lds-disk">
<svg width="80px" height="80px" fill="var(--theme-skin-matching)" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid" class="lds-disk">
<g transform="translate(50,50)">
<g ng-attr-transform="scale({{config.scale}})" transform="scale(0.6)">
<circle cx="0" cy="0" r="50" ng-attr-fill="{{config.c1}}" fill="#F13630"></circle>

Before

Width:  |  Height:  |  Size: 740 B

After

Width:  |  Height:  |  Size: 773 B

+1 -1
View File
@@ -1,4 +1,4 @@
<svg class="lds-spinner" width="75px" height="75px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid"><g transform="rotate(0 50 50)">
<svg class="lds-spinner" width="75px" height="75px" fill="var(--theme-skin-matching)" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid"><g transform="rotate(0 50 50)">
<rect x="47" y="18" rx="2" ry="2" width="6" height="14" fill="#FE8C5B">
<animate attributeName="opacity" values="1;0" times="0;1" dur="1s" begin="-0.9375s" repeatCount="indefinite"></animate>
</rect>

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

+1 -1
View File
@@ -1,4 +1,4 @@
<svg width="80px" height="80px" xmlns="http://www.w3.org/2000/svg" viewBox="-200 -200 500 500" preserveAspectRatio="xMidYMid" class="lds-stripe" style="background: #FEE2D5 none repeat scroll 0% 0%;">
<svg width="80px" height="80px" fill="var(--theme-skin-matching)" xmlns="http://www.w3.org/2000/svg" viewBox="-200 -200 500 500" preserveAspectRatio="xMidYMid" class="lds-stripe" style="background: #FEE2D5 none repeat scroll 0% 0%;">
<defs>
<pattern id="blah" patternUnits="userSpaceOnUse" x="0" y="0" width="100" height="100">
<g transform="translate(7.8 0)">

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB