Skip to content

Commit 342d16f

Browse files
authored
block_render.js -- add padding to OCTAGON in ROUND
1 parent b40ad7e commit 342d16f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/block_render.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ Blockly.BlockSvg.SHAPE_IN_SHAPE_PADDING = {
511511
3 : 3 * Blockly.BlockSvg.GRID_UNIT, // Square in round.
512512
4 : 3 * Blockly.BlockSvg.GRID_UNIT, // Leaf in round.
513513
5 : 2 * Blockly.BlockSvg.GRID_UNIT, // Plus in round.
514-
6 : 0 * Blockly.BlockSvg.GRID_UNIT, // Octagon in round.
514+
6 : 1 * Blockly.BlockSvg.GRID_UNIT, // Octagon in round.
515515
7 : 1 * Blockly.BlockSvg.GRID_UNIT, // Bumped in round.
516516
8 : 3 * Blockly.BlockSvg.GRID_UNIT, // Indented in round.
517517
9 : 3 * Blockly.BlockSvg.GRID_UNIT, // Scrapped in round.

0 commit comments

Comments
 (0)