pub fn svg_to_data_uri(svg_bytes: &[u8]) -> Result<String>
Converts SVG bytes to a base64 Data URI string.