From 8b80b2e67c3880700eb42a11c01492d5a114e2f0 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Tue, 3 Aug 2021 17:50:01 +0200 Subject: fix add-layer-commands (#1298) --- lib/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/commands.py') diff --git a/lib/commands.py b/lib/commands.py index f3875409..3e28086c 100644 --- a/lib/commands.py +++ b/lib/commands.py @@ -388,7 +388,7 @@ def add_commands(element, commands): def add_layer_commands(layer, commands): - svg = layer.root() + svg = layer.root correction_transform = get_correction_transform(layer) for i, command in enumerate(commands): -- cgit v1.2.3