vtkGL2PSExporter end line trouble

Hello, I post this topic because I have a problem when I export a render window conatining vtkCaptionActor in PDF or SVG file by using vtkGL2PSExporter. When this object is export the containing text appear without end line. I bring you a screenshot to explain the problem.

Boxes
The renderWindow


The Export

Problem Solved

Please share how if you don’t mind :slight_smile:

You just have to activate the option TextAsPath.

by using vtkGL2PSExporter::SetTextAsPath(true);

1 Like