Struct
RsvgPositionData
deprecated: 2.46.
Description [src]
struct RsvgPositionData {
  int x;
  int y;
}
Position of an SVG fragment from rsvg_handle_get_position_sub().  Please
the deprecation documentation for that function.
Structure members
- x
- Position on the x axis. 
- y
- Position on the y axis. 
Deprecated since: 2.46..
Use rsvg_handle_get_geometry_for_layer() instead.