I think I have found a litle bug: in the file Lines.c, in the function get_vkey() the line if(ytmp < 0.0) xtmp = 0.0; should be if(ytmp < 0.0) ytmp = 0.0; jean-jacques Chailloux Montreal jjchailloux at yahoo.com