UniFormal / TGView

GraphViewer for TheoryGraphs
MIT License
4 stars 1 forks source link

export SVG instead of PNG #30

Open kohlhase opened 6 years ago

kohlhase commented 6 years ago

We always have the problem that for papers we need high-resolution screenshots, .... one solution would be to export SVG instead of PNG. In principle we should have the necessary information in the javascript library.

kohlhase commented 6 years ago

@Jazzpirate fyi

Shadow992 commented 6 years ago

Not possible at all without dot installed on backend or some big custom library which converts graph to SVG, see also

https://github.com/almende/vis/issues/1784

kohlhase commented 6 years ago

I would be willing to have dot installed for getting high quality static graphs out, that can be printed, ... But this does not have high priority.

Shadow992 commented 6 years ago

When we implemented https://github.com/UniFormal/TGView/issues/40 this may be solved easily by using dot or similar to create the graphs needed.

rappatoni commented 5 years ago

I recently had this problem for a poster. In the meantime, simply getting a higher-resolution PNG could be good enough?