Struct
RsvgDimensionData
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 |
ex |
SVG’s original height, unmodified by |
| Deprecated since: | 2.46. |
Use | |