idekerlab / dot-app

Cytoscape application for exporting to .dot file format
GNU General Public License v3.0
7 stars 4 forks source link

Edges are drawn on top of node #3

Closed keiono closed 9 years ago

keiono commented 9 years ago

Not sure this is fixable, but edges are drawn on top of node. If there is an option to set z-order for nodes, this might be fixed.

mahermassoud commented 9 years ago

This is fixable, it is determined by the "headport" and "tailport" edge attributes

mahermassoud commented 9 years ago

Sorry K, I misunderstood you. This can be fixed with the layer attribute.

I thought you were saying that edges are always drawn from the top of the node-- this is an issue as well

mahermassoud commented 9 years ago

We will get to work on both. Thanks

mahermassoud commented 9 years ago

Resolved via outputorder attribute