Consensys / vscode-solidity-auditor

Solidity language support and visual security auditor for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=tintinweb.solidity-visual-auditor
GNU General Public License v3.0
571 stars 60 forks source link

Add PNG output option to graphs [Feature request] #36

Closed shayanb closed 4 years ago

shayanb commented 4 years ago

When generating the graph of a contract, the output options are SVG, and DOT. Having the option to generate a common format such as PNG is useful too.

tintinweb commented 4 years ago

Heya @shayanb,

I avoided adding this because converting vector to a raster graphics poses the problem that depending on how large the graph is we might end up rendering a png that is too low in resolution to be readable or too high in resolution for the information in the graph.

Let's keep this one up for discussion and see if there are more people requesting this 🙌

tintinweb commented 4 years ago

let's close this unless we really need it :)