Add Motion Path icon

This commit is contained in:
manongjohn 2023-09-22 17:38:38 -04:00
parent 80e56b19cc
commit e65811f0e8
3 changed files with 55 additions and 2 deletions

View file

@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="16px"
height="16px"
version="1.1"
xml:space="preserve"
style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"
id="svg16"
sodipodi:docname="motion_path.svg"
inkscape:version="1.1.2 (b8e25be833, 2022-02-05)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"><defs
id="defs20" /><sodipodi:namedview
id="namedview18"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
showgrid="true"
inkscape:snap-grids="true"
inkscape:zoom="56.047619"
inkscape:cx="9.1261682"
inkscape:cy="7.8861512"
inkscape:window-width="1920"
inkscape:window-height="1141"
inkscape:window-x="-7"
inkscape:window-y="-7"
inkscape:window-maximized="1"
inkscape:current-layer="svg16"><inkscape:grid
type="xygrid"
id="grid837" /></sodipodi:namedview>
<path
style="fill:none;stroke:#000000;stroke-width:0.90700001;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:2;stroke-dasharray:2.72100002,2.72100002;stroke-dashoffset:0;stroke-opacity:1"
d="m 4,2.5 c 1.6986458,-0.00131 5.93434,-0.029497 7,0 4.035684,0.071793 4,5 0,5 H 5 c -4,0 -4,5.5 0,5.5 2,0 3.6620108,-0.0026 7,0"
id="path952"
sodipodi:nodetypes="cccccc" /><rect
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:2;stroke-dasharray:none;stroke-dashoffset:0.9"
id="rect3359"
width="3"
height="3"
x="1"
y="1" /><path
id="path14614"
style="stroke:#000000;stroke-width:0.438691;stroke-linecap:round;stroke-dashoffset:0.9"
inkscape:transform-center-x="-0.75"
d="m 15.5,13 -2.25,1 -2.25,1 1,-2 -1,-2 2.25,1 z"
sodipodi:nodetypes="ccccccc" /></svg>

After

Width:  |  Height:  |  Size: 2 KiB

View file

@ -2411,7 +2411,7 @@ void MainWindow::defineActions() {
// DockingCheck::instance()->setToggle(menuAct);
createMenuWindowsAction(MI_OpenExport, QT_TR_NOOP("&Export"), "");
createMenuWindowsAction(MI_OpenMotionPathPanel, QT_TR_NOOP("&Motion Paths"),
"");
"", "motion_path");
// Menu - Help

View file

@ -591,7 +591,8 @@
<file>icons/dark/actions/16/project_settings.svg</file>
<file>icons/dark/actions/16/save_default_settings.svg</file>
<file>icons/dark/actions/16/zero_thick_lines.svg</file>
<file>icons/dark/actions/16/table.svg</file>
<file>icons/dark/actions/16/table.svg</file>
<file>icons/dark/actions/16/motion_path.svg</file>
<!-- Keyframe -->
<file>icons/dark/actions/20/key_off.svg</file>