Remove flipRtl path for icon.

This commit is contained in:
kozbial
2019-08-07 12:20:15 -07:00
parent d4b12343d6
commit 11813c706c

View File

@@ -325,8 +325,7 @@ Blockly.blockRendering.Drawer.prototype.layoutField_ = function(fieldInfo) {
}
if (fieldInfo.type == 'icon') {
svgGroup.setAttribute('display', 'block');
svgGroup.setAttribute(
'transform','translate(' + xPos + ',' + yPos + ')' + scale);
svgGroup.setAttribute('transform','translate(' + xPos + ',' + yPos + ')');
fieldInfo.icon.computeIconLocation();
} else {
svgGroup.setAttribute(