On Tue, 4 Mar 2014, Hélio Guilherme wrote:
Better late than never ;)
Thanks for your indulgence ;-)
I am convinced that we do not need to add any new dependency, since I
used
GTK2 library that already supported SVG. Is that the case to use inline
SVGs?
To load an SVG file into GTK, GDK's libpixbufloader-svg "loader" module is
needed, and it is linked to librsvg. It's possible to compile the loaders
into the libgdk_pixbuf library rather than as separate run-time modules,
but in that case libgdk_pixbuf itself would end up linked to librsvg.
Allin