//! SVG clip path helpers for plot overflow control.
//!
//! Wrap plot marks in [`PlotClip`] per [`ChartCompositionOrder`]: grid renders beneath the clip,
//! plot children inside the clip stack bottom-to-top by child order.
use *;
use crateuse_drawing_area;
/// Defines a plot-area clip path and wraps children in a clipped `<g>`.
///
/// Provide a unique `id` per chart instance (for example `orb-clip-mixed-chart`).