MantisBT - VTK | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0009618 | VTK | (No Category) | public | 2009-09-29 11:42 | 2016-08-12 09:55 |
Reporter | Pof | ||||
Assigned To | Marcus D. Hanwell | ||||
Priority | normal | Severity | text | Reproducibility | always |
Status | closed | Resolution | moved | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
Project | |||||
Type | |||||
Summary | 0009618: Differences in display of vtkTextActors between vtk5.0.4 and vtk5.4.2 (shadow and accentuated characters) | ||||
Description | Two problems when rendering vtkTextActor: - the shadow property looks strange in 5.4.2 (and 5.2.1) compared to 5.0.4 - accuentuated characters (é, è...) are no longer displayed in 5.4.2 (and 5.2.1) Note : all vtk version were compiled with VC++2005 under WinVista, with the same options. Below is the sample code that produce. Joined a zip file with output images for 5.4.2 and 5.0.4. | ||||
Steps To Reproduce | |||||
Additional Information | // // test for vtkTextActor // #include "vtkActor.h" #include "vtkRenderer.h" #include "vtkRenderWindow.h" #include "vtkRenderWindowInteractor.h" #include "vtkCamera.h" #include "vtkTextProperty.h" #include "vtkTextActor.h" int main() { // Create an example text actor. vtkTextActor *textActor = vtkTextActor::New(); textActor->GetPositionCoordinate()->SetCoordinateSystemToNormalizedViewport(); textActor->SetPosition(0.50,0.50); textActor->SetInput("vtk5.0.4\n\nCharacters without accents\n\nCaractères accentués"); textActor->GetTextProperty()->SetFontSize(40); textActor->GetTextProperty()->SetFontFamilyToArial(); textActor->GetTextProperty()->SetJustificationToCentered(); textActor->GetTextProperty()->BoldOn(); textActor->GetTextProperty()->ItalicOn(); textActor->GetTextProperty()->ShadowOn(); textActor->GetTextProperty()->SetColor(1, 0, 0); // Create the graphics structure. vtkRenderer *ren = vtkRenderer::New(); vtkRenderWindow *renWin = vtkRenderWindow::New(); renWin->AddRenderer(ren); renWin->SetSize(600, 600); vtkRenderWindowInteractor *iren = vtkRenderWindowInteractor::New(); iren->SetRenderWindow(renWin); // Add the actor to the renderer, set the background and size ren->AddActor(textActor); ren->SetBackground(0.1, 0.2, 0.4); ren->ResetCamera(); ren->GetActiveCamera()->Zoom(1.0); renWin->Render(); // This starts the event loop and as a side effect causes an initial render. iren->Start(); // Exiting from here, we have to delete all the created instances textActor->Delete(); ren->Delete(); renWin->Delete(); iren->Delete(); return 0; } | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | ![]() https://www.vtk.org/Bug/file/7498/text_vtk504_%20542.zip ![]() https://www.vtk.org/Bug/file/8150/shadowRenderProblem.patch ![]() https://www.vtk.org/Bug/file/8155/vtk5.6_%20results.zip | ||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2009-09-29 11:42 | Pof | New Issue | |||
2009-09-29 11:42 | Pof | File Added: text_vtk504_ 542.zip | |||
2009-09-29 11:49 | Bill Lorensen | Note Added: 0017825 | |||
2009-09-29 11:49 | Bill Lorensen | Status | backlog => @20@ | ||
2009-09-29 14:15 | Pof | Note Added: 0017831 | |||
2010-05-28 04:16 | Roger Bramon | File Added: shadowRenderProblem.patch | |||
2010-05-28 04:16 | Roger Bramon | Note Added: 0020851 | |||
2010-05-30 13:57 | jd | Note Added: 0020867 | |||
2010-05-30 14:57 | Roger Bramon | Note Added: 0020868 | |||
2010-05-31 01:49 | jd | Note Added: 0020869 | |||
2010-05-31 14:01 | Roger Bramon | File Added: vtk5.6_ results.zip | |||
2010-05-31 14:02 | Roger Bramon | Note Added: 0020878 | |||
2010-09-08 14:52 | jd | Note Added: 0022140 | |||
2010-09-08 17:18 | jd | Note Added: 0022142 | |||
2010-12-05 16:02 | Marcus D. Hanwell | Assigned To | => Marcus D. Hanwell | ||
2010-12-05 16:02 | Marcus D. Hanwell | Status | @20@ => tabled | ||
2010-12-05 16:04 | Marcus D. Hanwell | Note Added: 0023721 | |||
2010-12-05 16:04 | Marcus D. Hanwell | Status | tabled => @80@ | ||
2010-12-05 16:04 | Marcus D. Hanwell | Resolution | open => fixed | ||
2010-12-05 16:11 | Marcus D. Hanwell | Note Added: 0023722 | |||
2010-12-05 16:11 | Marcus D. Hanwell | Status | @80@ => @20@ | ||
2010-12-05 16:11 | Marcus D. Hanwell | Resolution | fixed => reopened | ||
2011-06-16 13:11 | Zack Galbreath | Category | => (No Category) | ||
2016-08-12 09:55 | Kitware Robot | Note Added: 0037104 | |||
2016-08-12 09:55 | Kitware Robot | Status | expired => closed | ||
2016-08-12 09:55 | Kitware Robot | Resolution | reopened => moved |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|