Gzip compression for SVGs uploaded

SVGs uploaded via Dato to Imgix aren’t being gzip compressed. Is it possible that Dato could perform this compression as part of the SVG uploads?

I reference this answer from StackOverflow https://stackoverflow.com/a/38031541 to help clarify what I’m talking about.

Hi @codestuff! Are you sure about this?

$ curl 'https://www.datocms-assets.com/205/1612866826-unified.svg' --compressed -v
> GET /205/1612866826-unified.svg HTTP/2
> Host: www.datocms-assets.com
> Accept: */*
> Accept-Encoding: deflate, gzip
>
< HTTP/2 200
< date: Thu, 11 Feb 2021 07:55:19 GMT
< content-type: image/svg+xml
< set-cookie: __cfduid=da91da8c90930e0497ce238b2a73b70741613030119; expires=Sat, 13-Mar-21 07:55:19 GMT; path=/; domain=.datocms-assets.com; HttpOnly; SameSite=Lax; Secure
< access-control-allow-origin: *
< age: 173
< cache-control: public, max-age=31536000
< last-modified: Tue, 09 Feb 2021 10:33:48 GMT
< strict-transport-security: max-age=15552000; includeSubDomains; preload
< vary: Accept-Encoding
< expect-ct: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
< server: cloudflare
< content-encoding: gzip
<
<?xml version="1.0" encoding="UTF-8"?>

See the content-encoding: gzip in response!