Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Inkscape: How to change starting node?

Tags:

svg

inkscape

I am using inkscape to create svg. Later I am going animate drawing that svg path in a website using vivus.js. Problem is I have no control over the starting node of the path in inkscape. To make myself clear, suppose I want to animate drawing of the following characte's svg path created in inkscape:

svg character

In inkscape the starting node of the path is shown as below:

starting node

So animation starts drawing from this node which does not look normal since normally you don't start writing "a" from that point. That's why I'd like to change the starting node to the following:

new starting node

I am looking for coding solution to change starting and ending nodes.

like image 917
Reza Baradaran Gazorisangi Avatar asked Jan 08 '15 00:01

Reza Baradaran Gazorisangi


1 Answers

One way to do this in Inkscape is to select the node that you want to be the starting node, break the path at this node, and then re-join the path. It's a little hacky, but it works. :)

like image 164
MikeWallaceDev Avatar answered Sep 21 '22 16:09

MikeWallaceDev