ELK layout engine: can svg support the same <g id=""> </g> containers approach as for the default engine?

0 votes
asked Jul 9 in Wanted features by boshka (3,960 points)
edited Jul 9 by boshka
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)

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...