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

Before

Width:  |  Height:  |  Size: 320 B

After

Width:  |  Height:  |  Size: 287 B