> Having looked at the librsvg code recently I thought I'll see if I > could re-write it in python, with freetype-py / pycairo and gobject > introspection of librsvg. Here it is. > https://github.com/rougier/freetype-py/pull/174
Nice! It's good to have more exposure of FreeType's SVG support so that people can test it and eventually report problems with the code. > That rendererhook API with a pointer to pointer argument is a bit > painful to use with non-C language - can we do something like the > Contour_Compose() callbacks next time, with a single pointer which > is carried around? You might file an issue so that it is not forgotten. Werner