View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0006986 | ParaView | Bug | public | 2008-05-07 17:51 | 2016-08-12 09:57 | ||||
Reporter | Kent Eschenberg | ||||||||
Assigned To | Utkarsh Ayachit | ||||||||
Priority | low | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | moved | ||||||
Platform | OS | OS Version | |||||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0006986: Incorrect Text Display | ||||||||
Description | When using pvpython or pvbatch (CVS 5/6) text that has one or more leading blanks is displayed incorrectly as if the text is clipped. | ||||||||
Additional Information | from paraview import servermanager servermanager.Connect() V = servermanager.CreateRenderView() T = servermanager.sources.TextSource() TR = servermanager.CreateRepresentation( T, V, proxyName="TextSourceRepresentati on" ) T.Text = " 2.0" V.StillRender() V.ResetCamera() V.StillRender() raw_input("Exit: ") | ||||||||
Tags | No tags attached. | ||||||||
Project | |||||||||
Topic Name | |||||||||
Type | |||||||||
Attached Files | |||||||||
Relationships | ||||||
|
Relationships |
Notes | |
(0013350) Utkarsh Ayachit (administrator) 2008-09-08 10:27 |
Through GUI, if I add quite a few leading spaces eg " Time" as the text for the text source I get following errors: ERROR: In /home/utkarsh/Kitware/ParaView3/ParaView3/VTK/Filtering/vtkImageData.cxx, line 1473 vtkImageData (0x2c782a0): GetScalarPointer: Pixel (65, 15, 0) not in memory. Current extent= (0, 63, 0, 31, 0, 0) ERROR: In /home/utkarsh/Kitware/ParaView3/ParaView3/VTK/Rendering/vtkTextActor.cxx, line 301 vtkTextActor (0x2c77a40): Failed rendering text to buffer |
(0015078) Ken Moreland (manager) 2009-02-17 16:16 |
The same problem occurs in the GUI. |
(0036657) Cory Quammen (developer) 2016-08-02 09:53 |
Tested ParaView 5.1, Mac OS X, built-in server Launch ParaView Tools -> Python Shell Enter the text T = Text() T.Text = " 2.0" Show(T) Render() Everything renders as expected. In the UI, delete some spaces in from of the 2.0 in the Text field. Everything works as expected. |
(0037573) Kitware Robot (administrator) 2016-08-12 09:57 |
Resolving issue as `moved`. This issue tracker is no longer used. Further discussion of this issue may take place in the current ParaView Issues page linked in the banner at the top of this page. |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
2008-05-07 17:51 | Kent Eschenberg | New Issue | |
2008-09-08 10:27 | Utkarsh Ayachit | Note Added: 0013350 | |
2009-02-17 16:16 | Ken Moreland | Note Added: 0015078 | |
2009-02-17 16:16 | Ken Moreland | Assigned To | => Utkarsh Ayachit |
2009-02-17 16:16 | Ken Moreland | Status | backlog => tabled |
2009-02-17 16:16 | Ken Moreland | Category | Development => 3.6 |
2009-04-28 16:00 | Utkarsh Ayachit | Assigned To | Utkarsh Ayachit => Yumin Yuan |
2009-04-28 16:00 | Utkarsh Ayachit | Priority | normal => low |
2009-05-13 13:45 | Utkarsh Ayachit | Target Version | => 3.6 |
2009-08-25 18:57 | Utkarsh Ayachit | Category | => Bug |
2009-08-25 18:57 | Utkarsh Ayachit | Target Version | 3.6 => 3.8 |
2012-04-27 16:08 | Alan Scott | Relationship added | related to 0013133 |
2012-05-03 16:03 | Utkarsh Ayachit | Assigned To | Yumin Yuan => Utkarsh Ayachit |
2012-05-03 16:03 | Utkarsh Ayachit | Status | expired => backlog |
2012-05-03 16:03 | Utkarsh Ayachit | Resolution | open => reopened |
2016-08-02 09:53 | Cory Quammen | Note Added: 0036657 | |
2016-08-02 09:53 | Cory Quammen | Status | backlog => customer review |
2016-08-02 09:53 | Cory Quammen | Resolution | reopened => fixed |
2016-08-12 09:57 | Kitware Robot | Note Added: 0037573 | |
2016-08-12 09:57 | Kitware Robot | Status | customer review => closed |
2016-08-12 09:57 | Kitware Robot | Resolution | fixed => moved |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |