<div dir="ltr">Roman,<div>For the new OpenGL2 backend only 2D polygon data drawn within a vtkContext2D can be exported as vector data in a PDF or SVG. This is because GL2PS uses a feature removed from recent OpenGL versions (glFeedbackBuffer). So, if exporting vector data is important to your application you'll have to port it to draw everything inside a vtkContext2D class. We are currently doing this port for the cdat.</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Jun 14, 2018 at 11:16 AM Roman Hiestand <<a href="mailto:roman.hiestand@fluxim.com">roman.hiestand@fluxim.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hello</div><div><br></div><div>Since upgrading to VTK 8.1.1 and using the OpenGL2 backend I have noticed that when exporting to vector graphics formats such as PDF and SVG using vtkGL2PSExporter a large part of the scene is rasterized.</div><div>I have a 2D scene with a vtkPolyDataMapper and some axis (vtkCubeAxesActor2D), the camera is set to parallel projection.</div><div>When I try to export the scene to PDF or SVG using vtkGL2PSExporter the vtkPolyData is rasterized, while the axis (including labels etc) is exported in vector graphics.</div><div><br></div><div>I tried fiddling around with the parameters of vtkGL2PSExporter, but I wasn't able to achieve all-vector-graphics like with VTK 8.0 and (old) OpenGL backend.</div><div><br></div><div>Has anyone a clue how to create a non-rasterized output? When debugging the code, I saw that vtkGL2PSExporter rasterizes the background, but why is the vtkPolyDataMapper considered to be background?<br></div><div><br></div><div>I also tried exporting the same vtkPolyData with ParaView (5.5.1 64bit Windows) to PDF or SVG, and I have the same effect there, the polydata is rasterized.</div><div><br></div><div>Regards</div><div>Roman</div><div><br></div><div><br><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div style="text-align:center"><div dir="ltr"><div><div dir="ltr"><div style="text-align:left"><font size="2"><span style="font-family:arial,helvetica,sans-serif"></span></font><span></span></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
</div></div>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="https://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">https://public.kitware.com/mailman/listinfo/vtkusers</a><br>
</blockquote></div>