Sanity does some manipulation with SVG images, causing them to change contents. For already optimised SVG image those manipulations look like attributes reordering. The problem is that this is causing hash change, so it is possible to do dataset export and then import without changing cdn image URL
@sanity/cli 2.30.0 (up to date)
@sanity/base 2.30.0 (up to date)
@sanity/cli 2.30.0 (up to date)
@sanity/core 2.30.0 (up to date)
@sanity/default-layout 2.30.0 (up to date)
@sanity/default-login 2.30.0 (up to date)
@sanity/desk-tool 2.30.0 (up to date)
@sanity/vision 2.30.0 (up to date)
Describe the bug
Sanity does some manipulation with SVG images, causing them to change contents. For already optimised SVG image those manipulations look like attributes reordering. The problem is that this is causing hash change, so it is possible to do dataset export and then import without changing cdn image URL
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I would expect that hashes match
Which versions of Sanity are you using?
Similar issue was reported earlier https://github.com/sanity-io/sanity/issues/2321