Struct

RsvgPositionData

deprecated: 2.46. since: 2.0

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.

Available since: 2.0

Deprecated since: 2.46.

Use rsvg_handle_get_geometry_for_layer() instead.