GSVGPath.fromSVGPaths constructor
GSVGPath.fromSVGPaths(})
Implementation
GSVGPath.fromSVGPaths(String svgPaths,
{this.strokeColor, this.strokeSize, this.fillColor})
: _paths = _SVGPathOperations(svgPaths).toGPaths(
strokeColor: strokeColor,
strokeSize: strokeSize ?? 1,
fillColor: fillColor);