Handle.newWithFlags

rsvg.handle.Handle newWithFlags(rsvg.types.HandleFlags flags) static nothrow

Creates a new rsvg.handle.Handle with flags flags. After calling this function, you can feed the resulting handle with SVG data by using rsvg.handle.Handle.readStreamSync.

Parameters

flagsflags from rsvg.types.HandleFlags

Returns