diff options
author | Silc Renew <tokage.it.lab@gmail.com> | 2022-08-26 11:42:00 +0900 |
---|---|---|
committer | Silc Renew <tokage.it.lab@gmail.com> | 2022-08-27 07:58:22 +0900 |
commit | 931fb4dc11509357297bcdcc6a8d6b11638ff585 (patch) | |
tree | cd078a938be475cc20bba35ac856103b9e524239 /editor/icons/InterpCubicAngle.svg | |
parent | 4808d01b2bcda54db15e1e2649e0a38c37886ee1 (diff) |
Add linear/cubic angle interpolation to Animation interpolation type
Diffstat (limited to 'editor/icons/InterpCubicAngle.svg')
-rw-r--r-- | editor/icons/InterpCubicAngle.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/icons/InterpCubicAngle.svg b/editor/icons/InterpCubicAngle.svg new file mode 100644 index 0000000000..e302d556dc --- /dev/null +++ b/editor/icons/InterpCubicAngle.svg @@ -0,0 +1 @@ +<svg enable-background="new 0 0 16 8" height="8" viewBox="0 0 16 8" width="16" xmlns="http://www.w3.org/2000/svg"><g fill="none" stroke="#5fff95" stroke-linecap="round"><path d="m2 6c5 0 3-4 6-4s1 4 6 4" stroke-width="2"/><circle cx="14" cy="2" r="1.5" stroke-linejoin="round"/></g></svg> |