summaryrefslogtreecommitdiff
path: root/lib/commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/commands.py')
-rw-r--r--lib/commands.py2
1 files changed, 1 insertions, 1 deletions
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):