pm4net / StructuredLogExplorer

A web application to explore structured log files using object-centric process mining techniques.
MIT License
0 stars 0 forks source link

Add toolbar to save graph as SVG, PNG, etc. #23

Closed johannesmols closed 10 months ago

johannesmols commented 1 year ago

https://github.com/kinimesi/cytoscape-svg

johannesmols commented 1 year ago

Doesn't work with SVG: https://github.com/kinimesi/cytoscape-svg/issues/3

johannesmols commented 1 year ago

Also doesn't really work with PNG and JPG. Could try html2canvas (see https://github.com/kaluginserg/cytoscape-node-html-label/issues/13): https://html2canvas.hertzen.com/

johannesmols commented 1 year ago

Have to capture canvas and overlay div separately and somehow combine it into one SVG. Extensions like https://www.npmjs.com/package/dom-to-svg do not work with Canvas.