I have a container that uses a custom layout to position its children and resize them. I now want to draw FXG arrows between these child components. Where and how should I do this?
Should the arrows be children (siblings of the object they connect to each other)? Should I add these children in the layout, or should they be added with their own item renderers?