Merge branch 'mermaid-js-develop' into develop

This commit is contained in:
Chris Moran
2020-06-19 13:32:23 -04:00
26 changed files with 2192 additions and 1432 deletions

View File

@@ -148,7 +148,7 @@ let actorCnt = -1;
* Draws an actor in the diagram with the attaced line
* @param elem - The diagram we'll draw to.
* @param actor - The actor to draw.
* @param conf - utils.drawText implementation discriminator object
* @param conf - drawText implementation discriminator object
*/
export const drawActor = function(elem, actor, conf) {
const center = actor.x + actor.width / 2;