Method

LasemSvgViewviewbox_to_viewport

Declaration

void
lsm_svg_view_viewbox_to_viewport (
  LsmSvgView* view,
  const LsmBox* viewport,
  const LsmBox* viewbox,
  const LsmSvgPreserveAspectRatio* aspect_ratio,
  double* x,
  double* y
)

Description

No description available.

Parameters

viewport

Type: LsmBox

No description available.

The data is owned by the caller of the function.
viewbox

Type: LsmBox

No description available.

The data is owned by the caller of the function.
aspect_ratio

Type: LsmSvgPreserveAspectRatio

No description available.

The data is owned by the caller of the function.
x

Type: double*

No description available.

The data is owned by the caller of the function.
y

Type: double*

No description available.

The data is owned by the caller of the function.