mojaie / MolecularGraph.jl

Graph-based molecule modeling toolkit for cheminformatics
MIT License
192 stars 28 forks source link

Render svg to Gtk #16

Closed Kelvyn88 closed 4 years ago

Kelvyn88 commented 4 years ago

For those who are interested, Gtk does not support svg files, but you can use Rsvg package to convert to png with the same size attributes.

Subsequently it is only required to pass the file path to a GtkImage.

Cheers