Skip to main content

Module shape

Module shape 

Source
Expand description

CSS properties for flowing content around shapes (CSS Shapes Module).

Defines ShapeOutside, ShapeInside, ClipPath, ShapeMargin, and ShapeImageThreshold. Note: ClipPath belongs to CSS Masking but is co-located here for convenience.

Re-exports§

pub use parser::*;

Modules§

parser

Structs§

ShapeImageThreshold
CSS shape-image-threshold property — alpha threshold for image-based shapes.
ShapeMargin
CSS shape-margin property — adds margin to the shape-outside exclusion area.

Enums§

ClipPath
CSS clip-path property for clipping element rendering
ShapeInside
CSS shape-inside property for flowing text within shapes
ShapeOutside
CSS shape-outside property for wrapping text around shapes