Fix: wrong position and scale of context items when resizing ImageViewer (vtk6) #1081
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#1049 ...I think the only way to get the same resize behaviour than with 'vtkImageSlice', is to derive a new class of the context items context actor, which is drawing them, und to override its drawing function. After some testing I can say that this emulation function ('RenderOverlay') leads to precise results:
Before patch:
![imageviewer - vtk6 2 - before patch](https://cloud.githubusercontent.com/assets/4068805/5707057/f91b844c-9a85-11e4-8512-12c654370dc7.jpg)
After patch:
![imageviewer - vtk6 2 - after patch](https://cloud.githubusercontent.com/assets/4068805/5707069/0e639fba-9a86-11e4-8bbf-403fc79a1928.jpg)