I want to create a Pixbuf from SVG data read at compile time. It is easy to load a file at run time, but that means installing the file. Most GTK builder constructors for menus and UIs have a way of using immediate string data, but the GDK Pixbuf appears not to have such a thing – unless I just missed it?

Has any found a way of loading SVG images into a Pixbuf using immediate data from compile time (i.e. a string import of an SVG file)?