Linking Nodes

We are experimenting with using images for our nodes. To do this we are using the GoIconic node and providing an image for the node. Linking we are using the GoLink.

Our problem is the line drawn is not touching the node sides when the node text is wider than the image.

When using the GoBasicNode and setting a shape for the node instead of using an image the link lines touch the node sides.

Thanks

Paul

Have you done overrides of any of the GoIconicNode methods?



If you play with IconicApp, you don’t see that behavior.

Hi Jake thanks for your reply I have investigated your samples more carefully and have now solved the problem by creating a port and adding that to the GoIconicNode and all is drawn correctly.