RsvgDimensionData

Dimensions of an SVG image from rsvg_handle_get_dimensions(), or an individual element from rsvg_handle_get_dimensions_sub(). Please see the deprecation documentation for those functions.

More...

Members

Variables

em
double em;

SVG's original width, unmodified by #RsvgSizeFunc

ex
double ex;

SVG's original height, unmodified by #RsvgSizeFunc

height
int height;

SVG's height, in pixels

width
int width;

SVG's width, in pixels

Detailed Description

Deprecated: FIXME: point to deprecation documentation.

Meta