diff --git a/core/block_render_svg_horizontal.js b/core/block_render_svg_horizontal.js index d2a1a739c5..863b3de8c7 100644 --- a/core/block_render_svg_horizontal.js +++ b/core/block_render_svg_horizontal.js @@ -612,7 +612,7 @@ Blockly.BlockSvg.prototype.renderDrawRight_ = if (this.RTL) { connectionX = connectionsXY.x + metrics.width; } else { - connectionX = connectionsXY.x + metrics.width; + connectionX = connectionsXY.x + metrics.width + 1; } var connectionY = connectionsXY.y + metrics.height - Blockly.BlockSvg.CORNER_RADIUS * 2; this.nextConnection.moveTo(connectionX, connectionY);