You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: