toSvgPart method

String toSvgPart()

Implementation

String toSvgPart() =>
    '''<svg viewBox="5 -10 100 40" >${toSvgString()}</svg>''';