mirror of
https://github.com/google/blockly.git
synced 2026-01-11 02:47:09 +01:00
Remove flipRtl path for icon.
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user