MantisBT - ParaView |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0012898 | ParaView | (No Category) | public | 2012-01-31 19:38 | 2015-01-11 08:35 |
|
Reporter | Alan Scott | |
Assigned To | Utkarsh Ayachit | |
Priority | high | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | git-master | |
Target Version | | Fixed in Version | 3.98.0 | |
Project | Sandia |
Topic Name | 12898_fix_text_bounding_box |
Type | incorrect functionality |
|
Summary | 0012898: Text is truncating incorrectly |
Description | ParaView trunk, remote server, Linux
Sources/ Text
Use 10000 as your string. Apply.
The text isn't being placed in the window correctly. |
Steps To Reproduce | |
Additional Information | |
Tags | No tags attached. |
Relationships | has duplicate | 0013133 | closed | Alan Scott | Text clipped off when suing text source. | related to | 0012355 | closed | Utkarsh Ayachit | 2D text renders with missing parts of last letter |
|
Attached Files | 2012-03-09_150925.png (1,606) 2012-03-09 09:12 https://www.vtk.org/Bug/file/9128/2012-03-09_150925.png
|
|
Issue History |
Date Modified | Username | Field | Change |
2012-01-31 19:38 | Alan Scott | New Issue | |
2012-01-31 19:41 | Alan Scott | Relationship added | related to 0012355 |
2012-01-31 19:42 | Alan Scott | Note Added: 0028011 | |
2012-01-31 19:42 | Alan Scott | Status | backlog => todo |
2012-03-09 09:11 | Menno Deij | Note Added: 0028346 | |
2012-03-09 09:12 | Menno Deij | File Added: 2012-03-09_150925.png | |
2012-04-27 16:04 | Alan Scott | Relationship added | has duplicate 0013133 |
2012-04-27 16:11 | Alan Scott | Note Added: 0028535 | |
2012-04-27 16:11 | Alan Scott | Priority | normal => high |
2012-04-27 19:36 | Utkarsh Ayachit | Assigned To | => Utkarsh Ayachit |
2012-05-03 16:19 | Utkarsh Ayachit | Topic Name | => 12898_fix_text_bounding_box |
2012-05-03 16:19 | Utkarsh Ayachit | Note Added: 0028569 | |
2012-05-03 16:19 | Utkarsh Ayachit | Status | todo => gatekeeper review |
2012-05-03 16:19 | Utkarsh Ayachit | Fixed in Version | => git-next |
2012-05-03 16:19 | Utkarsh Ayachit | Resolution | open => fixed |
2012-05-03 17:01 | Menno Deij | Note Added: 0028571 | |
2012-05-04 12:47 | Utkarsh Ayachit | Fixed in Version | git-next => git-master |
2012-05-04 12:50 | Utkarsh Ayachit | Status | gatekeeper review => customer review |
2012-05-04 12:50 | Utkarsh Ayachit | Note Added: 0028573 | |
2012-07-17 20:45 | Alan Scott | Note Added: 0028789 | |
2012-07-17 20:45 | Alan Scott | Status | customer review => closed |
2012-10-29 17:04 | Utkarsh Ayachit | Fixed in Version | git-master => 3.98.0 |
2015-01-09 14:01 | Chris Harris | Source_changeset_attached | => VTK master 6214dd05 |
2015-01-09 14:01 | Utkarsh Ayachit | Source_changeset_attached | => VTK master 24da3fc7 |
2015-01-09 14:04 | Utkarsh Ayachit | Source_changeset_attached | => VTK master 3e5c98c1 |
2015-01-11 08:34 | Utkarsh Ayachit | Source_changeset_attached | => ParaView master 7a4bbb58 |
2015-01-11 08:35 | Utkarsh Ayachit | Source_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. |
|