On 05/28/2010 09:10 AM, Richard Ree wrote:
> On Fri, May 28, 2010 at 12:02 PM, Eric Firing wrote:
>> On 05/28/2010 06:31 AM, Richard Ree wrote:
>>> To visualize trees, I'm creating Path objects that draw horizontal and
>>> vertical lines between connected nodes. I make sure to end these
>>> paths
On Fri, May 28, 2010 at 12:02 PM, Eric Firing wrote:
> On 05/28/2010 06:31 AM, Richard Ree wrote:
>> To visualize trees, I'm creating Path objects that draw horizontal and
>> vertical lines between connected nodes. I make sure to end these
>> paths with a MOVETO code and the final vertex, and a ST
On 05/28/2010 06:31 AM, Richard Ree wrote:
> To visualize trees, I'm creating Path objects that draw horizontal and
> vertical lines between connected nodes. I make sure to end these
> paths with a MOVETO code and the final vertex, and a STOP code and the
> final vertex. But I consistently see an