when an svg is generated using the default layout engine it includes the group (or cluster) containers:
<g id="">
<rect ...
<rect ...
</g>
(those are typically marked with "<!--cluster comp_name-->" comment in the svg code)
Can those be supported the same way for the svg generated with ELK engine?
In my case those containers are used by the element selector procedures in the UI. It would be great to follow the same conventions used for the default layout engine.
BTW: ELK-generated diagrams looks great and in many case become much more readable (specifically, the links annotations in component diagrams)