Type Alias usvg_tree::SharedClipPath

source ·
pub type SharedClipPath = Rc<RefCell<ClipPath>>;
Expand description

An alias for a shared ClipPath.

Aliased Type§

struct SharedClipPath { /* private fields */ }