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
The following diagram
sequenceDiagram A--> B: 1 A-> B: 2
However, in the output produced, I get both styled (by css) with stroke-dasharray:
stroke-dasharray
.messageLine0 { stroke-width: 1.5; stroke-dasharray: "2 2"; marker-end: "url(#arrowhead)"; stroke: #333; }
The dasharray set to "2 2" is ignored by browsers however, because it's invalid:
"2 2"
My problem is that inkscape is not ignoring this dasharray. Is there any reason for it being there?
The text was updated successfully, but these errors were encountered:
The style is override by inline style:
Is there any reason for it being there?
Because he who creates the theme put it there :)
You can update the theme to remove it: https://github.com/knsv/mermaid/tree/master/src/themes
Sorry, something went wrong.
chore(deps-dev): bump node-html-parser from 5.0.0 to 5.1.0 (mermaid-j…
9930b62
…s#474) Bumps [node-html-parser](https://github.com/taoqf/node-fast-html-parser) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/taoqf/node-fast-html-parser/releases) - [Changelog](https://github.com/taoqf/node-html-parser/blob/main/CHANGELOG.md) - [Commits](taoqf/node-html-parser@v5.0.0...v5.1.0) --- updated-dependencies: - dependency-name: node-html-parser dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
No branches or pull requests
The following diagram
However, in the output produced, I get both styled (by css) with
stroke-dasharray
:The dasharray set to
"2 2"
is ignored by browsers however, because it's invalid:My problem is that inkscape is not ignoring this dasharray. Is there any reason for it being there?
The text was updated successfully, but these errors were encountered: