tags:

views:

75

answers:

1

When I use TikZ tree with nodes with rounded corners, the connecting lines do not touch the nodes (near corners) but end where would rectangle end. Is there an easy way around it?

+1  A: 

Create an empty tree structure, and then place the nodes on top of the tree structure.

See Naming Child Nodes in the pgfmanual for an example.

grddev