I am using a SVGPath in an animation and I want to reset it in each frame. This would avoid creating a new SVGPath for every frame.
What I want to do is to reset it,so the previous moveTo() and curveTo() calls get removed from the SVGPath. How can I do that?
I am going to use this animation as a new visual effect for my app Astral effects, which OVI sells.

Reply With Quote

