Refactor redo & undo (#257)

* refactor redo

* refactor undo
This commit is contained in:
Eric Fennis
2021-03-13 22:05:00 +01:00
committed by GitHub
parent 5f6d20ad82
commit 3aa2521c37
2 changed files with 4 additions and 4 deletions

View File

@@ -9,6 +9,6 @@
stroke-linecap="round" stroke-linecap="round"
stroke-linejoin="round" stroke-linejoin="round"
> >
<polyline points="22 10 22 16 16 16" /> <path d="M21 7v6h-6" />
<path d="M1.994 16c1.813-6.542 9.559-9.482 15.36-4.36l4.64 4.36" /> <path d="M3 17a9 9 0 019-9 9 9 0 016 2.3l3 2.7" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 320 B

After

Width:  |  Height:  |  Size: 287 B

View File

@@ -9,6 +9,6 @@
stroke-linecap="round" stroke-linecap="round"
stroke-linejoin="round" stroke-linejoin="round"
> >
<polyline points="2 10 2 16 8 16" /> <path d="M3 7v6h6" />
<path d="M22 16c-1.814-6.542-9.56-9.482-15.36-4.36L2 16" /> <path d="M21 17a9 9 0 00-9-9 9 9 0 00-6 2.3L3 13" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 309 B

After

Width:  |  Height:  |  Size: 287 B