Save ofPath or ofPolyline to SVG file in oF 0.10

What’s the best way to output generated curves, either ofPaths or ofPolylines, to an svg file in openFrameworks 0.10? The ofxEditableSVG add-on mentioned here: How to save ofPath to a file and then open it later? no longer seems to work. I don’t need to load any svgs, only save them.

Thanks!

1 Like

I had the same problem. Additionally adding ofxPoco to the project worked for me, now i use ofxEditableSVG to load and save paths to SVG (but i had to remove ofxSVG from the project first, to make the project compile)