Type Definition usvg::SharedPathData[][src]

type SharedPathData = Rc<PathData>;
Expand description

A reference-counted PathData.

PathData is usually pretty big and it’s expensive to clone it, so we are using Rc.