Saving frames to SVG

Hey! I was wondering if there is an easy way to save frames as SVG files in processing? I have seen some examples using arrays, but wonder if there are other alternatives?

1 Like

Welcome @krissnutt

Have you taken a look at this? I think it should answer your question –

https://processing.org/reference/libraries/svg/index.html

You could adapt the Single Frame from an Animation (With Screen Display) example?

2 Likes

Hey tabreturn, thank you! I will try this and see how it works. Thanks a lot!