Seg. fault generating PS for a polygon marker
Brought to you by:
ghowlett
My Tcl interpreter crashes with a segmentation fault
when I try to generate a Postscript file for a BLT
graph that contains a polygon marker placed totally
outside of the viewing area.
package require Tk
package require BLT
::blt::graph .g
pack .g
.g marker create polygon -coords [list 2 2 2 4 4 4]
.g postscript output myfile.ps
I'm using blt2.4z, and I've tried both in Solaris and
Windows.
Miguel Muñoz
mgma@gmv.es