Skip to content

Commit

Permalink
fix: fill-rule to fillRule and stroke-linecap to strokeLinecap
Browse files Browse the repository at this point in the history
  • Loading branch information
khakimov committed Nov 12, 2023
1 parent a32ba7c commit 234721a
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion assets/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/renderer/icons/img/ChainIcon.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ export const ChainIcon = (props) => {
>
<g
fill="none"
fill-rule="evenodd"
fillRule="evenodd"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
strokeLinejoin="round"
transform="translate(4 4)"
>
<path d="m5.5 7.5c.96940983 1.36718798 3.01111566 1.12727011 4.01111565 0l1.98888435-2c1.1243486-1.22807966 1.1641276-2.81388365 0-4-1.135619-1.15706921-2.86438099-1.15706947-4 0l-2 2" />
Expand Down
4 changes: 2 additions & 2 deletions src/renderer/icons/img/EditIcon.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ export const EditIcon = (props) => {
<path
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
strokeLinejoin="round"
stroke-width="1.5"
d="M4.75 19.25L9 18.25L18.2929 8.95711C18.6834 8.56658 18.6834 7.93342 18.2929 7.54289L16.4571 5.70711C16.0666 5.31658 15.4334 5.31658 15.0429 5.70711L5.75 15L4.75 19.25Z"
></path>
<path
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
strokeLinejoin="round"
stroke-width="1.5"
d="M19.25 19.25H13.75"
></path>
Expand Down
20 changes: 10 additions & 10 deletions src/renderer/pages/Pile/Toasts/Toast/Thinking/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ export default function Thinking(props) {
>
<circle cx="12.5" cy="12.5" r="12.5">
<animate
attributeName="fill-opacity"
attributeName="fillOpacity"
begin="0s"
dur="1s"
values="1;.2;1"
calcMode="linear"
repeatCount="indefinite"
/>
</circle>
<circle cx="12.5" cy="52.5" r="12.5" fill-opacity=".5">
<circle cx="12.5" cy="52.5" r="12.5" fillOpacity=".5">
<animate
attributeName="fill-opacity"
attributeName="fillOpacity"
begin="100ms"
dur="1s"
values="1;.2;1"
Expand All @@ -30,7 +30,7 @@ export default function Thinking(props) {
</circle>
<circle cx="52.5" cy="12.5" r="12.5">
<animate
attributeName="fill-opacity"
attributeName="fillOpacity"
begin="300ms"
dur="1s"
values="1;.2;1"
Expand All @@ -40,7 +40,7 @@ export default function Thinking(props) {
</circle>
<circle cx="52.5" cy="52.5" r="12.5">
<animate
attributeName="fill-opacity"
attributeName="fillOpacity"
begin="600ms"
dur="1s"
values="1;.2;1"
Expand All @@ -50,7 +50,7 @@ export default function Thinking(props) {
</circle>
<circle cx="92.5" cy="12.5" r="12.5">
<animate
attributeName="fill-opacity"
attributeName="fillOpacity"
begin="800ms"
dur="1s"
values="1;.2;1"
Expand All @@ -60,7 +60,7 @@ export default function Thinking(props) {
</circle>
<circle cx="92.5" cy="52.5" r="12.5">
<animate
attributeName="fill-opacity"
attributeName="fillOpacity"
begin="400ms"
dur="1s"
values="1;.2;1"
Expand All @@ -70,7 +70,7 @@ export default function Thinking(props) {
</circle>
<circle cx="12.5" cy="92.5" r="12.5">
<animate
attributeName="fill-opacity"
attributeName="fillOpacity"
begin="700ms"
dur="1s"
values="1;.2;1"
Expand All @@ -80,7 +80,7 @@ export default function Thinking(props) {
</circle>
<circle cx="52.5" cy="92.5" r="12.5">
<animate
attributeName="fill-opacity"
attributeName="fillOpacity"
begin="500ms"
dur="1s"
values="1;.2;1"
Expand All @@ -90,7 +90,7 @@ export default function Thinking(props) {
</circle>
<circle cx="92.5" cy="92.5" r="12.5">
<animate
attributeName="fill-opacity"
attributeName="fillOpacity"
begin="200ms"
dur="1s"
values="1;.2;1"
Expand Down
20 changes: 10 additions & 10 deletions src/renderer/pages/Pile/Toasts/Toast/Waiting/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ export default function Thinking(props) {
>
<circle cx="12.5" cy="12.5" r="12.5">
<animate
attributeName="fill-opacity"
attributeName="fillOpacity"
begin="0s"
dur="1s"
values="1;.2;1"
calcMode="linear"
repeatCount="indefinite"
/>
</circle>
<circle cx="12.5" cy="52.5" r="12.5" fill-opacity=".5">
<circle cx="12.5" cy="52.5" r="12.5" fillOpacity=".5">
<animate
attributeName="fill-opacity"
attributeName="fillOpacity"
begin="100ms"
dur="1s"
values="1;.2;1"
Expand All @@ -32,7 +32,7 @@ export default function Thinking(props) {
</circle>
<circle cx="52.5" cy="12.5" r="12.5">
<animate
attributeName="fill-opacity"
attributeName="fillOpacity"
begin="300ms"
dur="1s"
values="1;.2;1"
Expand All @@ -42,7 +42,7 @@ export default function Thinking(props) {
</circle>
<circle cx="52.5" cy="52.5" r="12.5">
<animate
attributeName="fill-opacity"
attributeName="fillOpacity"
begin="600ms"
dur="1s"
values="1;.2;1"
Expand All @@ -52,7 +52,7 @@ export default function Thinking(props) {
</circle>
<circle cx="92.5" cy="12.5" r="12.5">
<animate
attributeName="fill-opacity"
attributeName="fillOpacity"
begin="800ms"
dur="1s"
values="1;.2;1"
Expand All @@ -62,7 +62,7 @@ export default function Thinking(props) {
</circle>
<circle cx="92.5" cy="52.5" r="12.5">
<animate
attributeName="fill-opacity"
attributeName="fillOpacity"
begin="400ms"
dur="1s"
values="1;.2;1"
Expand All @@ -72,7 +72,7 @@ export default function Thinking(props) {
</circle>
<circle cx="12.5" cy="92.5" r="12.5">
<animate
attributeName="fill-opacity"
attributeName="fillOpacity"
begin="700ms"
dur="1s"
values="1;.2;1"
Expand All @@ -82,7 +82,7 @@ export default function Thinking(props) {
</circle>
<circle cx="52.5" cy="92.5" r="12.5">
<animate
attributeName="fill-opacity"
attributeName="fillOpacity"
begin="500ms"
dur="1s"
values="1;.2;1"
Expand All @@ -92,7 +92,7 @@ export default function Thinking(props) {
</circle>
<circle cx="92.5" cy="92.5" r="12.5">
<animate
attributeName="fill-opacity"
attributeName="fillOpacity"
begin="200ms"
dur="1s"
values="1;.2;1"
Expand Down

0 comments on commit 234721a

Please sign in to comment.