Type Alias style::values::computed::motion::OffsetPath

source ·
pub type OffsetPath = GenericOffsetPath<OffsetPathFunction>;
Expand description

The computed value of offset-path.

Aliased Type§

enum OffsetPath {
    OffsetPath {
        path: Box<GenericOffsetPathFunction<GenericBasicShape<Angle, GenericPosition<LengthPercentage, LengthPercentage>, LengthPercentage, NonNegative<LengthPercentage>, GenericInsetRect<LengthPercentage, NonNegative<LengthPercentage>>>, GenericRayFunction<Angle, GenericPosition<LengthPercentage, LengthPercentage>>, ComputedUrl>>,
        coord_box: CoordBox,
    },
    CoordBox(CoordBox),
    None,
}

Variants§

§

OffsetPath

|| .

§

CoordBox(CoordBox)

Only . This represents that is omitted, so we use the default value, inset(0 round X), where X is the value of border-radius on the element that establishes the containing block for this element.

§

None

None value.