Closed dotasek closed 5 years ago
In Cytoscape there are several arrow shapes that start with OPEN_:
OPEN_CIRCLE OPEN_DELTA OPEN_DIAMOND OPEN_HALF_CIRCLE OPEN_SQUARE
Currently, in cx2js, we convert these to their solid shape equivalent, BUT, with the addition of Cytoscape JS's <pos>-arrow-fill property (see: http://js.cytoscape.org/#style/edge-arrow), we can successfully render proper equivalents.
<pos>-arrow-fill property
In Cytoscape there are several arrow shapes that start with OPEN_:
OPEN_CIRCLE OPEN_DELTA OPEN_DIAMOND OPEN_HALF_CIRCLE OPEN_SQUARE
Currently, in cx2js, we convert these to their solid shape equivalent, BUT, with the addition of Cytoscape JS's
<pos>-arrow-fill property
(see: http://js.cytoscape.org/#style/edge-arrow), we can successfully render proper equivalents.