mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-21 16:29:40 +02:00
fix karma tests where text.textwrap is undefined; added textPlacement parameters to some test cases
This commit is contained in:
@@ -35,7 +35,7 @@ var conf = {
|
||||
activationWidth:10,
|
||||
|
||||
//text placement as: tspan | fo | <else> only text as before
|
||||
textPlacement: 'tspan',
|
||||
textPlacement: 'fo',
|
||||
};
|
||||
|
||||
exports.bounds = {
|
||||
|
Reference in New Issue
Block a user