Skip to content

Border representation proportional resize

Sankhesh Jhaveri requested to merge sankhesh/vtk:border_rep_resize into master

The border representation and its subclasses can now be resized while maintaining its aspect ratio and enforcing normalized viewport bounds. This means the widget will always stay on screen and be resized proportionally.

This means that all the widgets that enabled proportional resize, like vtkLogoWidet/Representation can now be restricted to viewport bounds.

Merge request reports