Loads the SVG specified by data. Note that this function creates an rsvg.handle.Handle without a base URL, and without any rsvg.types.HandleFlags. If you need these, use rsvg.handle.Handle.newFromStreamSync instead by creating a gio.memory_input_stream.MemoryInputStream from your data.
The SVG data
A rsvg.handle.Handle or NULL if an error occurs.
Loads the SVG specified by data. Note that this function creates an rsvg.handle.Handle without a base URL, and without any rsvg.types.HandleFlags. If you need these, use rsvg.handle.Handle.newFromStreamSync instead by creating a gio.memory_input_stream.MemoryInputStream from your data.