Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.stac.dev/llms.txt

Use this file to discover all available pages before exploring further.

Clip

The clipBehavior property determines how the content outside the box is handled:
ValueDescription
noneNo clipping is applied (default).
hardEdgeClips the content without anti-aliasing.
antiAliasClips the content with anti-aliasing for smoother edges.
antiAliasWithSaveLayerClips the content with anti-aliasing and saves an offscreen buffer for painting.

Example

StacFittedBox(clipBehavior: StacClip.hardEdge)