mirror of
https://github.com/google/blockly.git
synced 2026-01-10 18:37:09 +01:00
Fix hat
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user