fvpolpeta / devide

Automatically exported from code.google.com/p/devide
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Text labels on graph editor glyhs broken when zooming #40

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
To reproduce:
1. plonk down a glyph (any glyph) on the graph editor canvas
2. zoom in and out with the mouse wheel
3. notice how the text adapts incorrectly to the zoom level

The glyph text labels are currently defined by specifying a rectangle. 
However, the font sizing code is doing something weird, as at certain zoom
levels the text looks like crap.

Debug and fix this problem, might be at VTK level.

Original issue reported on code.google.com by cpbotha on 27 Mar 2008 at 9:22

GoogleCodeExporter commented 9 years ago

Original comment by cpbotha on 20 Apr 2008 at 9:22

GoogleCodeExporter commented 9 years ago
Committed number of fixes to vtkTextActor3D and updated johannes VTK install 
package
to update to this version.

Original comment by cpbotha on 6 Jun 2008 at 8:25