Skip to content

Fix ruler to work with remote rendering

vtkRulerSourceRepresentation was not telling the view to gather the geometry before rendering. Gathering is needed since vtkLineSource doesn't produce any data on satellites (only on root). Fixed that.

Fixes #16891 (closed).

Merge request reports