SVGRenderer: Save cameraview as svg file?

Hi - I’m working with vector graphics and want to output images as SVG for printable graphics. Possible? Basically I want to grab a camera view of SVG objects like this and save that view as SVG or some other format that supports vector graphics.
much thx

AFAIK, what you are looking for can not be easily achieved. There is a Java command line tool that converts HTML pages to SVG but I’m not sure it works for your use case. You have to export the current state of the page via JavaScript since all animated SVG elements are produced at runtime by SVGRenderer.

Besides, it seems the project is no longer maintained: http://cssbox.sourceforge.net/webvector/

1 Like