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

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

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?

Module 'cairo' Has No 'context' Member

When I am trying to run this example, I am getting the following problem messages: Module 'cai… Read more Module 'cairo' Has No 'context' Member

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)

Rotate Text Around Its Center In Pycairo

community. I know that there are many answers here, manuals, tutorials and references over the inte… Read more Rotate Text Around Its Center In Pycairo

Save The Contents Of A Gtk.DrawingArea Or Cairo Pattern To An Image On Disk

I've got a small PyGI project which uses a Cairo image surface, which I then scale with a surfa… Read more Save The Contents Of A Gtk.DrawingArea Or Cairo Pattern To An Image On Disk