mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
chore: minify svg
This commit is contained in:
@@ -475,7 +475,9 @@ App::get('/v1/avatars/favicon')
|
||||
|
||||
if ('svg' === $outputExt) { // Skip crop, Imagick isn\'t supporting svg files
|
||||
$sanitizer = new SvgSanitizer();
|
||||
$cleanSvg = $sanitizer->sanitize($data);
|
||||
$cleanSvg = $sanitizer
|
||||
->minify()
|
||||
->sanitize($data);
|
||||
if ($cleanSvg === false) {
|
||||
throw new \Exception('SVG sanitization failed');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user