From 803c96cfe5660588b1ee137846efc3441c84ed29 Mon Sep 17 00:00:00 2001 From: "Evan W. Patton" Date: Sat, 25 Mar 2017 22:02:07 -0400 Subject: [PATCH] Fix indented value height computation --- core/block_render_svg.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/block_render_svg.js b/core/block_render_svg.js index 8b6236f2d..cf8e1824d 100644 --- a/core/block_render_svg.js +++ b/core/block_render_svg.js @@ -786,7 +786,7 @@ Blockly.BlockSvg.prototype.renderDrawRight_ = function(steps, highlightSteps, (cursorY + row.height)); highlightSteps.push('H', inputRows.rightEdge); } - cursorY+=8; + this.height += 8; } else { steps.push(Blockly.BlockSvg.TAB_PATH_DOWN); var v = row.height - Blockly.BlockSvg.TAB_HEIGHT