In Firefox, when using <base href="/"> the text labels for the relationships are placed at 0,0 on the canvas rather than on the arrow. This is because the xlink in the textPath is a relative link and if the base href is set to / ff will resolve the link relative to that.
In Firefox, when using
<base href="/">
the text labels for the relationships are placed at 0,0 on the canvas rather than on the arrow. This is because the xlink in the textPath is a relative link and if the base href is set to / ff will resolve the link relative to that.<textPath xmlns:xlink="http://www.w3.org/1999/xlink" **xlink:href="#link_1"** startOffset="20%">indicates</textPath>
If you need to use the Visualiser in Angular there is a work around: remove
<base href="/">
from index.html and then in app.module.ts addhttps://stackoverflow.com/questions/34535163/angular-2-router-no-base-href-set