Struct usvg::ClipPath[][src]

pub struct ClipPath {
    pub id: String,
    pub units: Units,
    pub transform: Transform,
}

A clip-path element.

clipPath element in the SVG.

Fields

Element's ID.

Taken from the SVG itself. Can't be empty.

Coordinate system units.

clipPathUnits in the SVG.

Clip path transform.

transform in the SVG.

Auto Trait Implementations

impl Send for ClipPath

impl Sync for ClipPath