svgPaths property

List<String> get svgPaths

Returns the SVG path data for this muscle (could be both or a single centered path).

Implementation

List<String> get svgPaths => _svgPathReader.getPathDs(svgId);