Skip to main content

include/svg_path@ellipse_CenterArcData.hrl

-record(center_arc_data, {
    center :: svg_path@ellipse:point(),
    radius :: svg_path@ellipse:point(),
    x_axis_rotation :: float(),
    start_angle :: float(),
    delta_angle :: float()
}).