MantisBT - ParaView
View Issue Details
0006096ParaView(No Category)public2007-11-29 11:172011-01-13 17:00
David Karelitz 
Ken Moreland 
normalminoralways
closedfixed 
 
3.43.4 
0006096: Text is not scaled appropriately when rendering high-res movies
The Text source text is not scaled when rendering high-res movies. Ideally, when scaling the text up, it should examine the bounding box of the text in relation to the existing view size and scale the text appropriately so the relationship between the text bounding box and the view is maintained.

Currently the text stays a fixed size when the view size changes leading to trial and error to make the text the right size in the right location
No tags attached.
related to 0012018closed Marcus D. Hanwell Save screenshots and 2d windows different. 
Issue History
2007-11-29 11:17David KarelitzNew Issue
2008-04-08 14:55Ken MorelandStatusbacklog => tabled
2008-04-08 14:55Ken MorelandAssigned To => Berk Geveci
2008-04-08 14:55Ken MorelandCategoryDevelopment => 3.4
2008-04-08 15:02Ken MorelandNote Added: 0011168
2008-05-01 13:46Berk GeveciAssigned ToBerk Geveci => Ken Moreland
2008-05-19 09:39Ken MorelandStatustabled => @80@
2008-05-19 09:39Ken MorelandResolutionopen => fixed
2008-05-19 09:39Ken MorelandNote Added: 0011989
2008-05-21 22:30Alan ScottStatus@80@ => closed
2008-05-21 22:30Alan ScottNote Added: 0012058
2009-05-13 13:58Utkarsh AyachitTarget Version => 3.4
2009-05-13 13:59Utkarsh AyachitFixed in Version => 3.4
2011-01-13 17:00Source_changeset_attached => VTK master a2bd8391
2011-01-13 17:00Source_changeset_attached => VTK master 020ef709
2011-03-29 10:47Ken MorelandRelationship addedrelated to 0012018
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0011168)
Ken Moreland   
2008-04-08 15:02   
I recommend taking a look at the scalar bar widget implementation. It accepts font sizes (like the text widgets) but then scales them based on the window size (specifically, it assumes that the wider edge is 6in long).
(0011989)
Ken Moreland   
2008-05-19 09:39   
/cvsroot/ParaView3/ParaView3/Qt/Components/Resources/UI/pqTextDisplayPropertiesWidget.ui,v <-- Qt/Components/Resources/UI/pqTextDisplayPropertiesWidget.ui
new revision: 1.6; previous revision: 1.5
/cvsroot/ParaView3/ParaView3/Qt/Core/pqTextRepresentation.cxx,v <-- Qt/Core/pqTextRepresentation.cxx
new revision: 1.4; previous revision: 1.3
/cvsroot/ParaView3/ParaView3/Servers/Filters/vtkPVScalarBarActor.cxx,v <-- Servers/Filters/vtkPVScalarBarActor.cxx
new revision: 1.4; previous revision: 1.3
/cvsroot/ParaView3/ParaView3/Servers/Filters/vtkPVScalarBarActor.h,v <-- Servers/Filters/vtkPVScalarBarActor.h
new revision: 1.3; previous revision: 1.2
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/Resources/rendering.xml,v <-- Servers/ServerManager/Resources/rendering.xml
new revision: 1.290; previous revision: 1.289
/cvsroot/ParaView3/ParaView3/VTK/Hybrid/vtkCaptionActor2D.cxx,v <-- VTK/Hybrid/vtkCaptionActor2D.cxx
new revision: 1.37; previous revision: 1.36
/cvsroot/ParaView3/ParaView3/VTK/Rendering/vtkScaledTextActor.cxx,v <-- VTK/Rendering/vtkScaledTextActor.cxx
new revision: 1.29; previous revision: 1.28
/cvsroot/ParaView3/ParaView3/VTK/Rendering/vtkTextActor.cxx,v <-- VTK/Rendering/vtkTextActor.cxx
new revision: 1.45; previous revision: 1.44
/cvsroot/ParaView3/ParaView3/VTK/Rendering/vtkTextActor.h,v <-- VTK/Rendering/vtkTextActor.h
new revision: 1.18; previous revision: 1.17
/cvsroot/ParaView3/ParaView3/VTK/Widgets/vtkCaptionRepresentation.cxx,v <-- VTK/Widgets/vtkCaptionRepresentation.cxx
new revision: 1.6; previous revision: 1.5
/cvsroot/ParaView3/ParaView3/VTK/Widgets/vtkImagePlaneWidget.cxx,v <-- VTK/Widgets/vtkImagePlaneWidget.cxx
new revision: 1.17; previous revision: 1.16
/cvsroot/ParaView3/ParaView3/VTK/Widgets/vtkTextRepresentation.cxx,v <-- VTK/Widgets/vtkTextRepresentation.cxx
new revision: 1.10; previous revision: 1.9
/cvsroot/ParaView3/ParaViewData/Baseline/TextWidget.png,v <-- Baseline/TextWidget.png
new revision: 1.5; previous revision: 1.4
(0012058)
Alan Scott   
2008-05-21 22:30   
Tested client/server.