Add background grid for snapping.

This commit is contained in:
Neil Fraser
2015-03-07 19:44:58 -06:00
parent bdc4795fb6
commit 612b190ef4
8 changed files with 170 additions and 71 deletions

View File

@@ -314,6 +314,10 @@ Blockly.Css.CONTENT = [
' width: 100%',
'}',
'.blocklyMainBackground {',
' fill: url(#blocklyGridPattern);',
'}',
'.blocklyMutatorBackground {',
' fill: #fff;',
' stroke: #ddd;',