toSvgPart method

String toSvgPart()

Implementation

String toSvgPart() =>
    """<svg viewBox="70 85 125 55" >${toSvgString()}</svg>""";