MantisBT - ParaView
View Issue Details
0012898ParaView(No Category)public2012-01-31 19:382015-01-11 08:35
Alan Scott 
Utkarsh Ayachit 
highminorhave not tried
closedfixed 
git-master 
3.98.0 
Sandia
12898_fix_text_bounding_box
incorrect functionality
0012898: Text is truncating incorrectly
ParaView trunk, remote server, Linux
Sources/ Text
Use 10000 as your string. Apply.
The text isn't being placed in the window correctly.
No tags attached.
has duplicate 0013133closed Alan Scott Text clipped off when suing text source. 
related to 0012355closed Utkarsh Ayachit 2D text renders with missing parts of last letter 
png 2012-03-09_150925.png (1,606) 2012-03-09 09:12
https://www.vtk.org/Bug/file/9128/2012-03-09_150925.png
png
Issue History
2012-01-31 19:38Alan ScottNew Issue
2012-01-31 19:41Alan ScottRelationship addedrelated to 0012355
2012-01-31 19:42Alan ScottNote Added: 0028011
2012-01-31 19:42Alan ScottStatusbacklog => todo
2012-03-09 09:11Menno DeijNote Added: 0028346
2012-03-09 09:12Menno DeijFile Added: 2012-03-09_150925.png
2012-04-27 16:04Alan ScottRelationship addedhas duplicate 0013133
2012-04-27 16:11Alan ScottNote Added: 0028535
2012-04-27 16:11Alan ScottPrioritynormal => high
2012-04-27 19:36Utkarsh AyachitAssigned To => Utkarsh Ayachit
2012-05-03 16:19Utkarsh AyachitTopic Name => 12898_fix_text_bounding_box
2012-05-03 16:19Utkarsh AyachitNote Added: 0028569
2012-05-03 16:19Utkarsh AyachitStatustodo => gatekeeper review
2012-05-03 16:19Utkarsh AyachitFixed in Version => git-next
2012-05-03 16:19Utkarsh AyachitResolutionopen => fixed
2012-05-03 17:01Menno DeijNote Added: 0028571
2012-05-04 12:47Utkarsh AyachitFixed in Versiongit-next => git-master
2012-05-04 12:50Utkarsh AyachitStatusgatekeeper review => customer review
2012-05-04 12:50Utkarsh AyachitNote Added: 0028573
2012-07-17 20:45Alan ScottNote Added: 0028789
2012-07-17 20:45Alan ScottStatuscustomer review => closed
2012-10-29 17:04Utkarsh AyachitFixed in Versiongit-master => 3.98.0
2015-01-09 14:01Chris HarrisSource_changeset_attached => VTK master 6214dd05
2015-01-09 14:01Utkarsh AyachitSource_changeset_attached => VTK master 24da3fc7
2015-01-09 14:04Utkarsh AyachitSource_changeset_attached => VTK master 3e5c98c1
2015-01-11 08:34Utkarsh AyachitSource_changeset_attached => ParaView master 7a4bbb58
2015-01-11 08:35Utkarsh AyachitSource_changeset_attached => ParaView master 9fd2a56d

Notes
(0028011)
Alan Scott   
2012-01-31 19:42   
Another manifestation of this bug:
if you use the following (inside of the quotes) " iii", you get this:

ERROR: In /projects/viz/paraview/src/ParaView/3.14.0-junk3/ParaView3/VTK/Filtering/vtkImageData.cxx, line 1530
vtkImageData (0x22144fb0): GetScalarPointer: Pixel (37, 36, 0) not in memory.
 Current extent= (0, 31, 0, 63, 0, 0)


ERROR: In /projects/viz/paraview/src/ParaView/3.14.0-junk3/ParaView3/VTK/Rendering/vtkTextActor.cxx, line 300
vtkTextActor (0x2212f280): Failed rendering text to buffer
(0028346)
Menno Deij   
2012-03-09 09:11   
Now try the number '18'. About 20% of the character gets shown to the left of the 1.
(0028535)
Alan Scott   
2012-04-27 16:11   
Numerous folks are seeing this bug. Changing to high priority.
(0028569)
Utkarsh Ayachit   
2012-05-03 16:19   
commit 24da3fc7c6f50a8d563f2a17346e79e364d9f5a0
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Thu May 3 16:17:06 2012 -0400

    BUG 0012898. Fixed occasional clipping of text.
    
    Text would get clipped for certain texts. The problem was that the texture
    coordinate computation did not consider +ve x-offsets for the rendered text.
    Fixed that.
    
    Change-Id: Iac85237b5349255341a735ceb37d57c4d23b6cc1
(0028571)
Menno Deij   
2012-05-03 17:01   
Excellent news. Thanks :-)
(0028573)
Utkarsh Ayachit   
2012-05-04 12:50   
merged in master, if applicable.
(0028789)
Alan Scott   
2012-07-17 20:45   
Tested Linux, remote server, Master.