mermaidjs / mermaid.cli

Development has been moved to https://github.com/mermaid-js/mermaid-cli
MIT License
1.09k stars 117 forks source link

svg generated file is not scrollable #55

Closed SudeepK20 closed 1 year ago

SudeepK20 commented 5 years ago

I am generating svg file from cli for my sequence diagram and its not scrollable. I am using default config json file while running cli. Any idea how to make svg scrollable using custom css in config file or using any other property in config file?

aloisklink commented 1 year ago

Development has moved to the https://github.com/mermaid-js/mermaid-cli repo, please re-open your issue there if it's still relevant. The package has also been renamed on NPM to @mermaid-js/mermaid-cli, so you may need to run npm uninstall mermaid.cli && npm install @mermaid-js/mermaid-cli to get the latest version of this package.