> Why are the partial lines of environment 0 droped after the .evc? The info file doesn't say what happens to the partially collected line, but in the source code it is nullified (void environment::copy in file env.cpp). If you comment out "line = 0;" it gets printed in the default point size, as one would expect...
(Would this cause problems? The line should be initialized when creating the environment, so not setting it to zero in copy should not cause anything to be undefined, no?)