Module victor::svg::elliptical_arc [] [src]

Structs

ArrayPrefix

Dereferences to a slice of the len first items of array. Other items in the array are not significant.

ByCenter

Provides the center parameterization of an elliptical arc.

ByEndPoint

Together with a starting point (typically the current point of a path), this provides the endpoint parameterization of an elliptical arc, as it is found in SVG path syntax.

Traits

Array

Implementation detail of ArrayPrefix.