cytoscape / cx2js

A CX to Cytoscape JS library
MIT License
3 stars 1 forks source link

Improve EDGE_X_ARROW_SHAPE compatibility with OPEN_ prefixes #21

Closed dotasek closed 5 years ago

dotasek commented 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.