This commit is contained in:
Rachel Fenichel
2019-08-13 14:26:22 -07:00
parent 6b440cc5e0
commit 4f487c65f0

View File

@@ -174,7 +174,6 @@ Blockly.blockRendering.constants.START_HAT = (function() {
var width = Blockly.blockRendering.constants.START_HAT_WIDTH;
var mainPath =
Blockly.utils.svgPaths.moveBy(0, height) +
Blockly.utils.svgPaths.curve('c',
[
Blockly.utils.svgPaths.point(30, -height),