In 2024 (Illustrator 28.6 through 28.7.1), Adobe experimented with changing the format of exported SVG files. With the release of Illustrator 2025, Illustrator has reverted back to the original format.
The permanent format is called Data-Name, and the temporary format was called x2F.
Illustrator Version Information
Illustrator Version | Data-Name SVG | x2F SVG |
---|---|---|
2023, 2024 · 28.5 & earlier | √ | |
2024 · 28.6 | √ | |
2024 · 28.7 | √ | |
2024 · 28.7.1 | √ | |
2025 · 29 | √ |
Configure Your Svija Site
The SVG format affects which versions of Svija Vibe and Cloud Component you will need.
In Svija Cloud, navigate to Script Sets, and:
- enable the version of Svija Vibe which applies
- disable the version of Svija Vibe which does not apply
In Svija Cloud, navigate to Components › Cloud Component and:
- enable the SVG which is compatible
- disable the incompatible version
You must do this for both the mobile and computer versions of the component.
How Can I Be Sure?
You can download this test file and follow these steps. In Illustrator:
- File › Export › Export As…
- Choose “Format: SVG” then click “Export”
- Click “Show Code” (in the SVG options dialog)
You will see either:
<rect id="x_x2F_y" class="cls-1"
x2F format<rect id="x_y" data-name="x/y" class="cls-1"
Data-Name format