Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SVG arrowheads are broken in the CLI #249

Closed
gibson042 opened this issue Nov 5, 2015 · 3 comments
Closed

SVG arrowheads are broken in the CLI #249

gibson042 opened this issue Nov 5, 2015 · 3 comments

Comments

@gibson042
Copy link
Contributor

sequenceRenderer.js and/or mermaidAPI.js embed styles like url(about://blank#arrowhead) instead of the well-behaved url(#arrowhead).

Relates to #225.

@knsv
Copy link
Collaborator

knsv commented Nov 21, 2015

Been looking at this. Adding configuration option for when to use absolute references for arrow heads. Default is off as in your well-behaved version.

If you are using a base tag you need to have it on.

knsv added a commit that referenced this issue Nov 21, 2015
…lute references for arrow heads. Default is off.

Jasmine tests running in browser via karma.
@knsv
Copy link
Collaborator

knsv commented Nov 22, 2015

Closing issue as it's resolution is included in release 0.5.6. Let me know if you do not agree.

@knsv knsv closed this as completed Nov 22, 2015
@gibson042
Copy link
Contributor Author

Works for me. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants