mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 15:30:03 +02:00
* Changed the license in package json to the correct license (MIT).
* Changed the link style from the pointed one to a more triangle formed style as default style for links * Updated the readme file regarding linkStyles to explain the magic number 3a s described in issue #41
This commit is contained in:
@@ -103,7 +103,7 @@ exports.addEdges = function (edges, g) {
|
||||
aHead = 'none';
|
||||
}
|
||||
else{
|
||||
aHead = 'vee';
|
||||
aHead = 'normal';
|
||||
}
|
||||
|
||||
var style = '';
|
||||
|
Reference in New Issue
Block a user