Skip to content Skip to sidebar Skip to footer
Showing posts with the label Cairo

How To Unit Test A Python Function That Draws Pdf Graphics?

I'm writing a CAD application that outputs PDF files using the Cairo graphics library. A lot of… Read more How To Unit Test A Python Function That Draws Pdf Graphics?

Add Cairo Package In The Anaconda Python Distribution

I am new to using the anaconda distribution for python, and I have trouble installing the cairo pac… Read more Add Cairo Package In The Anaconda Python Distribution

Drawing In Pygobject (python3)

I'm trying to write simple graphic editor using PyGObject and python 3. I need to draw lines wi… Read more Drawing In Pygobject (python3)