We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
sequenceDiagram A->>B: How are you?
Generated line:
<line x1="75" y1="100" x2="275" y2="100" class="messageLine0" stroke-width="2" stroke="black" marker-end="url(#crosshead)" style="fill: none;"></line>
should be:
<line x1="75" y1="100" x2="275" y2="100" class="messageLine0" stroke-width="2" stroke="black" marker-end="url(#arrowhead)" style="fill: none;"></line>
You made a typo here:
https://github.com/knsv/mermaid/blob/b43e695da2048515e0198ca075be3cb0f1b5e564/src/diagrams/sequenceDiagram/sequenceRenderer.js#L239
The text was updated successfully, but these errors were encountered:
Merge pull request mermaid-js#227 from mermaid-js/dependabot/npm_and_…
74d47a3
…yarn/develop/mocha-9.0.1 Bump mocha from 9.0.0 to 9.0.1
No branches or pull requests
Generated line:
should be:
You made a typo here:
https://github.com/knsv/mermaid/blob/b43e695da2048515e0198ca075be3cb0f1b5e564/src/diagrams/sequenceDiagram/sequenceRenderer.js#L239
The text was updated successfully, but these errors were encountered: