drawing arrows

This commit is contained in:
muerwre 2019-03-07 16:37:40 +07:00
parent f8d16d150a
commit 3f2e2ba856
7 changed files with 65 additions and 14 deletions

5
src/sprites/arrow.svg Normal file
View file

@ -0,0 +1,5 @@
<svg width="48" height="48" xmlns="http://www.w3.org/2000/svg">
<g id="path-arrow" transform="scale(2) translate(5 -2)">
<path d="m 2.625,3.375 h 7.5 L 10.28125,1.609375 13.5,4.25 10.484375,6.921875 10.171875,5.15625 2.625,5.125 Z" fill="#ff3344" fillRule="evenodd" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 297 B