handle one line arrow activation notation

This commit is contained in:
Szymon Stasik
2016-03-12 15:27:37 +01:00
parent 499a2582e6
commit 513c35d0ef
5 changed files with 108 additions and 34 deletions

View File

@@ -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);