Module shape

Source
Expand description

CSS shape values for masking and clipping.

Structs§

Circle
A circle() shape.
Ellipse
An ellipse() shape.
InsetRect
An inset() rectangle shape.
Point
A point within a polygon() shape.
Polygon
A polygon() shape.

Enums§

BasicShape
A CSS <basic-shape> value.
FillRule
A <fill-rule> used to determine the interior of a polygon() shape.
ShapeRadius
A <shape-radius> value that defines the radius of a circle() or ellipse() shape.