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 …