' alone is 38+ bytes),
// which is exactly how this project's exported SVGs are written - they were
// silently falling through to application/octet-stream, which browsers won't
// render as an .
$bytes = file_get_contents($file, false, null, 0, 512);
$type = 'application/octet-stream';
$ext = strtolower(pathinfo($file, PATHINFO_EXTENSION));
$bytesString = (string) $bytes;
if ($ext === 'svg' || strpos(ltrim($bytesString), '