From: Bruce S. <ba...@an...> - 2001-09-16 16:00:17
|
Glen Rivard reported a bug in the reshape method of the text object. Any attempt to change the size of an existing text object made the text become invisible, because the z-depth was multiplied by 0 instead of by 1. Now fixed; you can get the fix by downloading Visual-2001-09-16.zip from the VPython web site. Go to the download page for any platform and choose "Demos, Documentation, Visual module for any platform". You can also pick up an improved demo program texttest.py by downloading the new demo zip file. Bruce Sherwood |