Skip to content

BUG: vtkBiDimensionalRepresentation::PrintSelf does not generate an error.

PrintSelf calls GetWorldLabelPosition which needs a Renderer. vtkBiDimensionalRepresentation2DTest1 tests this function without a renderer so an error is printed without this fix.

Merge request reports