pub fn to_svg_by_segments<W: Write>(
    segments: &[QrSegment],
    ecc: QrCodeEcc,
    size: usize,
    description: Option<&str>,
    writer: W
) -> Result<(), Error>
Expand description

Encode data to a SVG image via any writer.