-
- Downloads
Fix vtkAxis scaling when TileScale is set on the renwin.
Now vtkAxis will show the same number of ticks and the same relative text size when magnifying the image. Text will still be a little funky if the scaling is anisotropic, but at the moment our freetype engine doesn't support anisotropic dpi (not sure if the MPL backend can or not). New API: vtkContextScene::GetLogicalTileScale() returns the renderwindow tilescale or (1, 1) depending on whether ScaleTiles is enabled. There are some random fixes where vtkAxis objects were being used without a scene, which led to segfaults when trying to look up the tile scale internally.
Showing
- Charts/Core/Testing/Cxx/CMakeLists.txt 1 addition, 0 deletionsCharts/Core/Testing/Cxx/CMakeLists.txt
- Charts/Core/Testing/Cxx/TestAxes.cxx 1 addition, 0 deletionsCharts/Core/Testing/Cxx/TestAxes.cxx
- Charts/Core/Testing/Cxx/TestChartTileScaling.cxx 88 additions, 0 deletionsCharts/Core/Testing/Cxx/TestChartTileScaling.cxx
- Charts/Core/Testing/Data/Baseline/TestChartTileScaling.png.md5 1 addition, 0 deletions...s/Core/Testing/Data/Baseline/TestChartTileScaling.png.md5
- Charts/Core/vtkAxis.cxx 5 additions, 2 deletionsCharts/Core/vtkAxis.cxx
- Charts/Core/vtkChartBox.cxx 5 additions, 1 deletionCharts/Core/vtkChartBox.cxx
- Charts/Core/vtkChartParallelCoordinates.cxx 6 additions, 1 deletionCharts/Core/vtkChartParallelCoordinates.cxx
- Charts/Core/vtkChartPie.cxx 5 additions, 1 deletionCharts/Core/vtkChartPie.cxx
- Charts/Core/vtkChartXY.cxx 21 additions, 9 deletionsCharts/Core/vtkChartXY.cxx
- Charts/Core/vtkColorLegend.cxx 1 addition, 0 deletionsCharts/Core/vtkColorLegend.cxx
- Charts/Core/vtkScatterPlotMatrix.cxx 9 additions, 0 deletionsCharts/Core/vtkScatterPlotMatrix.cxx
- Charts/Core/vtkScatterPlotMatrix.h 2 additions, 0 deletionsCharts/Core/vtkScatterPlotMatrix.h
- Rendering/Context2D/vtkContextScene.cxx 11 additions, 0 deletionsRendering/Context2D/vtkContextScene.cxx
- Rendering/Context2D/vtkContextScene.h 8 additions, 0 deletionsRendering/Context2D/vtkContextScene.h
- Rendering/ContextOpenGL/vtkOpenGLContextDevice2D.cxx 28 additions, 8 deletionsRendering/ContextOpenGL/vtkOpenGLContextDevice2D.cxx
- Rendering/ContextOpenGL/vtkOpenGLContextDevice2DPrivate.h 6 additions, 2 deletionsRendering/ContextOpenGL/vtkOpenGLContextDevice2DPrivate.h
- Rendering/ContextOpenGL2/vtkOpenGLContextDevice2D.cxx 29 additions, 8 deletionsRendering/ContextOpenGL2/vtkOpenGLContextDevice2D.cxx
- Rendering/ContextOpenGL2/vtkOpenGLContextDevice2DPrivate.h 6 additions, 2 deletionsRendering/ContextOpenGL2/vtkOpenGLContextDevice2DPrivate.h
Loading
Please register or sign in to comment