Creates a gdk.Pixbuf the same size as the entire SVG loaded into handle, but
only renders the sub-element that has the specified id (and all its
sub-sub-elements recursively). If id is NULL, this function renders the
whole SVG.
If you need to render an image which is only big enough to fit a particular
sub-element of the SVG, consider using Handle.renderCairoSub, upon a
surface that is just the size returned by Handle.getDimensionsSub.
You will need to offset the rendering by the amount returned in
Handle.getPositionSub.
Creates a gdk.Pixbuf the same size as the entire SVG loaded into handle, but only renders the sub-element that has the specified id (and all its sub-sub-elements recursively). If id is NULL, this function renders the whole SVG.
If you need to render an image which is only big enough to fit a particular sub-element of the SVG, consider using Handle.renderCairoSub, upon a surface that is just the size returned by Handle.getDimensionsSub. You will need to offset the rendering by the amount returned in Handle.getPositionSub.