wikipathways / cytoscape-wikipathways-app

WikiPathways app for Cytoscape to open and access pathways from WikiPathways
Apache License 2.0
5 stars 7 forks source link

Scale a cell boundary, the spacing between lines does not scale correctly #57

Open AlexanderPico opened 6 years ago

AlexanderPico commented 6 years ago

Want to try switching from paths to shapes...

AdamStuart commented 6 years ago

DelayedVizProp # 474 defines getShape(String propvalue) which calls makeRoundRect (#576) and makeEllipse (#533) which need rethinking.

AlexanderPico commented 6 years ago

https://github.com/wikipathways/cytoscape-wikipathways-app/blob/develop/src/main/java/org/wikipathways/cytoscapeapp/impl/DelayedVizProp.java#L474

AlexanderPico commented 6 years ago

Sort helped by making scaling symmetrical within x or y, but scaling is still asymmetrical between x and y...

https://github.com/wikipathways/cytoscape-wikipathways-app/commit/7db33088437a04e6430de36ec55cfa6b78bd869e

Probably can't be done with general path. maybe two shapes? or a thin white line over a thick gray line?

AlexanderPico commented 6 years ago

For example WP1539