Method
RsvgHandlewrite
Declaration [src]
gboolean
rsvg_handle_write (
RsvgHandle* handle,
const guchar* buf,
gsize count,
GError** error
)
Description [src]
Loads the next count bytes of the image. You can call this function multiple
times until the whole document is consumed; then you must call rsvg_handle_close()
to actually parse the document.
Before calling this function for the first time, you may need to call
rsvg_handle_set_base_uri() or rsvg_handle_set_base_gfile() to set the “base
file” for resolving references to external resources. SVG elements like
<image> which reference external resources will be
resolved relative to the location you specify with those functions.
| Deprecated since: | 2.46. |
Use | |