Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

wxPython: Drawing a vector-based image from file

How can I draw a vector-based image from a file in wxPython? I know nothing of image formats for such a thing, so please recommend.

like image 831
Ram Rachum Avatar asked Jan 25 '26 22:01

Ram Rachum


1 Answers

You can do this with using cairo & librsvg python bindings. There is a small example here.

like image 121
ismail Avatar answered Jan 28 '26 15:01

ismail