It was a long time since I did not give cross compiling a try and it turns out to be easier than expected if you use precompiled binaries from windows:mingw[1] project on the OpenSUSE Build Service. (OBS) First of all we need to install the cross compiler, in Debian and Debian based distros do $ …
Monthly Archives: May 2012
SVG && cairo_path_t fun!
For all of those of you who usually program with cairo: How do you include a somewhat complex path in your code? Let’s take GIMP as an example… Wilber figure shows ups in a few places and the cairo code to draw it is in one place http://git.gnome.org/browse/gimp/tree/app/widgets/gimpcairo-wilber.c The important function here is gimp_cairo_wilber() which …