I created a sample SVG file with two objects that I grouped together. I named the group and objects in the layers panel and this is the code in the exported SVG:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 520 367" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;">
<g id="example_group">
<rect id="example_square" x="0" y="0" width="272" height="234" style="fill:#26d93b;"/>
<circle id="example_ellipse" cx="366.5" cy="213.5" r="153.5" style="fill:#e5f20d;"/>
</g>
</svg>
As you can see the output file has as IDs the names of the layers/objects I assigned before.
Is that what you wanted to know?
Hello i am not a customer so i can not try the beta, but i did hear that the beta will allow assigning group id's. is this true?
Also can it assign an id to objects?
for svg exports
Thank you
There's improvements coming to SVG (as well as to other formats - we are continuously improving them) but i can't give you a definite answer about the ID's. Only someone from the dev teams know this for sure. I will leave this up to them.