/// The minimum dimension (width and height in pixels) for the rendered QR code SVG.
pub(crate)constQR_CODE_MIN_DIMENSION:u32=200;/// The prefix for an SVG data URL used as an image source.
pub(crate)constSVG_DATA_URL_PREFIX:&str="data:image/svg+xml,";