catmaid / CATMAID

Collaborative Annotation Toolkit for Massive Amounts of Image Data
https://catmaid.org
GNU General Public License v3.0
185 stars 56 forks source link

Graph Widget: SVG Export to AI doesn't include the edges #1728

Open Erginkayam opened 6 years ago

Erginkayam commented 6 years ago

Saving connectivity graphs in SVG format (regular or AI) contains all the elements (nodes, texts, arrowheads) except the edges. Changing properties of the edges (color, opacity etc.) doesn't fix the issue.

Opening the SVG file in explorer correctly visualizes the graph with the edges.

acardona commented 6 years ago

Adobe Illustrator is not SVG-compliant. That said, @tomka added a number of workarounds in the past to make it work in Adobe Illustrator. It is possible that my recent edits to add support for other edge end markers broke the workarounds. Not owning a copy of Adobe Illustrator, it is impossible for me to test. If you have the capacity, please git bisect to find the responsible commit. Thanks.