diff --git a/packages/blockly/core/renderers/zelos/path_object.ts b/packages/blockly/core/renderers/zelos/path_object.ts index 36eed1dc9..36dadfa1c 100644 --- a/packages/blockly/core/renderers/zelos/path_object.ts +++ b/packages/blockly/core/renderers/zelos/path_object.ts @@ -97,6 +97,7 @@ export class PathObject extends BasePathObject { 'stroke': this.svgPath.getAttribute('stroke') || '', 'fill': this.svgPath.getAttribute('fill') || '', 'd': this.svgPath.getAttribute('d') || '', + 'transform': this.svgPath.getAttribute('transform') || '', 'role': Role.PRESENTATION, }, this.svgRoot,