#172, Fixed [Edge, IE] Zoom control mouseover is not clipped

This commit is contained in:
Mehdi Yeganeh
2018-12-08 16:37:03 +03:30
parent 56d5f166de
commit fc47878f2a

View File

@@ -241,7 +241,7 @@ Blockly.ZoomControls.prototype.createZoomInSvg_ = function(rnd) {
var ws = this.workspace_;
var svgHolder = Blockly.utils.createSvgElement('svg',
{
'y': 0
"id": "svg" + rnd
},
this.svgGroup_);
var clip = Blockly.utils.createSvgElement('clipPath',