Systems-Modeling / SysML-v2-Pilot-Implementation

Proof-of-concept pilot implementation of the SysML v2 textual notation and visualization
GNU Lesser General Public License v3.0
130 stars 24 forks source link

SysML SVG internal structure #591

Open alexey6392 opened 2 months ago

alexey6392 commented 2 months ago

Hello,

I tried to use your SysML Interactive utils to generate diagram SVG basing from my SysML model file. My question is about the SVG's internal structure. At the moment it looks just like graphics, so it performs its role - represent the diagram visually. But if I want to interact with the diagram via JS for example I will face with the absence of any "anchors" - ids, classes or data-* attributes which could be used to precisely indicate the parts of the diagram and so interact with them.

Do you have any plans to support such kind of attributes?

Thank you.