MantisBT - VTK
View Issue Details
0007098VTKBugpublic2008-05-26 05:462013-07-23 14:55
Charl Botha 
Julien Finet 
normalminoralways
closedfixed 
 
5.6.0 
TBD
incorrect functionality
0007098: with certain texts, vtkTextActor3D generates DisplayExtent / WholeExtent ERROR
Running the attached Python example yields the following error:

RuntimeError: ERROR: In ..\..\..\archive\VTK\Filtering\vtkStreamingDemandDrivenP
ipeline.cxx, line 698 vtkStreamingDemandDrivenPipeline (017CF3C8): The update extent specified in the information for output port 0 on algorithm vtkTrivialProducer(017D2FF0) is 0 255 0 63 0 0, which is outside the whole extent 0 255 0 31 0 0.

This is with the text 'what hg'. With 'what h', there's no error.

This is strange, because in vtkTextActor3D::UpdateImageActor(), these two extents are set to equal. At the moment, I can work around the problem by setting them again after UpdateImageActor, but this is not a good fix.
No tags attached.
? vtktextactor3d_extent_bug.py (1,453) 2008-05-26 05:46
https://www.vtk.org/Bug/file/6503/vtktextactor3d_extent_bug.py
Issue History
2008-05-26 05:46Charl BothaNew Issue
2008-05-26 05:46Charl BothaFile Added: vtktextactor3d_extent_bug.py
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2013-06-25 18:34Julien FinetAssigned To => Julien Finet
2013-06-25 18:34Julien FinetNote Added: 0031079
2013-06-25 18:34Julien FinetStatusexpired => backlog
2013-06-25 18:34Julien FinetResolutionopen => reopened
2013-06-25 18:34Julien FinetFixed in Version => 5.6.0
2013-06-25 18:35Julien FinetProject => TBD
2013-06-25 18:35Julien FinetType => incorrect functionality
2013-06-25 18:35Julien FinetStatusbacklog => tabled
2013-06-25 18:35Julien FinetResolutionreopened => fixed
2013-06-25 18:35Julien FinetCategory(No Category) => Bug
2013-07-22 20:02Dave DeMarleStatustabled => backlog
2013-07-22 20:02Dave DeMarleNote Added: 0031234
2013-07-23 14:55Julien FinetStatusbacklog => closed

Notes
(0031079)
Julien Finet   
2013-06-25 18:34   
Fixed by https://github.com/Kitware/VTK/commit/bba1be74c32668108cbb90aaa885fb2618889569 [^]
(0031234)
Dave DeMarle   
2013-07-22 20:02   
moving all "tabled" bugs into "backlog" category since "tabled" is no longer used.