Skip to content

16813 fix screenshot bands

Fixes #16813 (closed)

We used vtkWindowToImage::FixBoundary to overcome a rendering issues with fixed pipeline OpenGL when it clipped polygons being rendering as wireframe (or surface with edges) and viewport edges. With OpenGL2, that issue is not present and hence fixing the boundary is not needed.

Merge request reports