SvgCustomPath constructor

SvgCustomPath(
  1. Path path
)

Create a new custom path node.

Implementation

factory SvgCustomPath(Path path) => SvgCustomPathImpl(path);