Inkscape: How to change starting node?

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字符

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

起始节点

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:

新的起始节点

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


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. :)

链接地址: http://www.djcxy.com/p/83028.html

上一篇: NSUserDefault更改watchppExtension中的通知处理

下一篇: Inkscape:如何更改起始节点?