mirror of
https://github.com/google/blockly.git
synced 2026-01-10 18:37:09 +01:00
#172, Fixed [Edge, IE] Zoom control mouseover is not clipped
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user