Type Definition usvg::SharedPathData[][src]

type SharedPathData = Rc<PathData>;

A reference-counted PathData.

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