Struct

RsvgDimensionData

deprecated: 2.46. since: 2.0

Description [src]

struct RsvgDimensionData {
  int width;
  int height;
  gdouble em;
  gdouble ex;
}

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.

Structure members
width

SVG’s width, in pixels.

height

SVG’s height, in pixels.

em

SVG’s original width, unmodified by RsvgSizeFunc

ex

SVG’s original height, unmodified by RsvgSizeFunc

Available since: 2.0