An enumeration representing possible errors
Configuration flags for an rsvg.handle.Handle. Note that not all of rsvg.handle.Handle's constructors let you specify flags. For this reason, rsvg.handle.Handle.newFromGfileSync and rsvg.handle.Handle.newFromStreamSync are the preferred ways to create a handle.
Units for the rsvg.types.Length struct. These have the same meaning as [CSS length units](https://www.w3.org/TR/CSS21/syndata.html#length-units).
Dimensions of an SVG image from rsvg.handle.Handle.getDimensions, or an individual element from rsvg.handle.Handle.getDimensionsSub. Please see the deprecation documentation for those functions.
rsvg.handle.Handle loads an SVG document into memory.
Class structure for rsvg.handle.Handle.
rsvg.types.Length values are used in rsvg.handle.Handle.getIntrinsicDimensions, for example, to return the CSS length values of the width and height attributes of an <svg> element.
Position of an SVG fragment from rsvg.handle.Handle.getPositionSub. Please the deprecation documentation for that function.
A data structure for holding a rectangle.