RsvgDimensionData

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.

More...

Members

Variables

em
double em;

SVG's original width, unmodified by rsvg.types.SizeFunc

ex
double ex;

SVG's original height, unmodified by rsvg.types.SizeFunc

height
int height;

SVG's height, in pixels

width
int width;

SVG's width, in pixels

Detailed Description