svg

        classDiagram
  BaseException <|-- Exception
  Exception <|-- CharmySVGInterpreterError
    
charmy.utils.svg.shapes_from_svg_path(svg_path: str, scale: float = 1) AnyShape | ShapeGroup

This converts SVG path into sequence of Charmy lines.

I made a fucking complete SVG path interpreter man!!! —— rgzz666 @ 26/05/16

We assume that the SVG path that you give is valid, otherwise we will throw an error.

参数:

svg_path -- The SVG path in string