mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-19 20:24:16 +01:00
handle one line arrow activation notation
This commit is contained in:
@@ -135,7 +135,7 @@ exports.drawActivation = function(elem,bounds,verticalPos){
|
||||
var g = bounds.anchored;
|
||||
rect.x = bounds.startx;
|
||||
rect.y = bounds.starty;
|
||||
rect.fill = 'white';
|
||||
rect.fill = '#f4f4f4';
|
||||
rect.width = bounds.stopx - bounds.startx;
|
||||
rect.height = verticalPos - bounds.starty;
|
||||
exports.drawRect(g, rect);
|
||||
|
||||
Reference in New Issue
Block a user