Forum Discussion
Help with JavaScript
So basically this is a step to getting this working. In the Review linked...
https://360.articulate.com/review/content/67790e05-f773-49c5-98a5-971a38d19dca/review
you can change the stroke and the d-attribute of the path.
First click 'change stroke'.
You will notice the path below is changing width and color....
Then you can click on the 'MotionPath Helper' button.
A grey path appears and that you can select and modify.
When done with that, you can notice a 'COPY MOTION PATH' button below.
Clicking that will copy the just changed d-attribute to your clipboard...
You can select the inputfield with the d-attribute ( M710,38 etc )...
Paste your clipboard content ( the d-attribute of the changed path ) into the inputfield...
And then clicking change path and the path will change into your adapted path...
Thats how you can change SVG-paths...
Next step would be combining this with Draggable functionality..