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
Hey @sidharthv96! I have a fix for #1871 where markers spilled over with multiple diagrams on the same html page. The fix was to create unique id's for each marker using the id in the svg element as a prefix. So, the id of pointEnd would now be something like mermaid-123456789-pointEnd.
I am looking for related issues because I suspect my fix could resolve other oddities with rendering markers. So I was wondering what the purpose of arrowMarkerAbsolute is. Is it possible that we might not need absolute markers if they were introduced to solve something that unique marker ids would address?
Noting down possible improvements while working on #3336
cy.viewport(1440, 1024);
from tests.arrowMarkerAbsolute
"noImplicitAny": true
, etc)htmlLabels
should be moved up from flowchart to config. #3337The text was updated successfully, but these errors were encountered: