Quantcast
Channel: beginners - openFrameworks
Viewing all articles
Browse latest Browse all 4929

How to export fbo to SVG?

$
0
0

@p1r4t3b0y wrote:

Hi,

I’m iteratively drawing lines in ofApp::draw() inside an fbo!
What would be a good strategy to export the final drawing to a SVG?
Here’s what I’ve tried so far, but only the background gets exported:

ofBeginSaveScreenAsSVG("test.svg");
fbo.draw(0, 0);
ofEndSaveScreenAsSVG();

Is this even possible?
Thanks.

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 4929

Trending Articles