Expand description
CSS shape values for masking and clipping.
Structs§
- Circle
- A
circle()
shape. - Ellipse
- An
ellipse()
shape. - Inset
Rect - An
inset()
rectangle shape. - Point
- A point within a
polygon()
shape. - Polygon
- A
polygon()
shape.
Enums§
- Basic
Shape - A CSS
<basic-shape>
value. - Fill
Rule - A
<fill-rule>
used to determine the interior of apolygon()
shape. - Shape
Radius - A
<shape-radius>
value that defines the radius of acircle()
orellipse()
shape.