summaryrefslogtreecommitdiff
path: root/lib/extensions/layer_commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/extensions/layer_commands.py')
-rw-r--r--lib/extensions/layer_commands.py20
1 files changed, 10 insertions, 10 deletions
diff --git a/lib/extensions/layer_commands.py b/lib/extensions/layer_commands.py
index 576af044..b9be2b27 100644
--- a/lib/extensions/layer_commands.py
+++ b/lib/extensions/layer_commands.py
@@ -36,15 +36,15 @@ class LayerCommands(CommandsExtension):
self.ensure_symbol(command)
node = inkex.etree.SubElement(self.current_layer, SVG_USE_TAG,
- {
- "id": self.uniqueId("use"),
- INKSCAPE_LABEL: _("Ink/Stitch Command") + ": %s" % get_command_description(command),
- XLINK_HREF: "#inkstitch_%s" % command,
- "height": "100%",
- "width": "100%",
- "x": str(i * 20),
- "y": "-10",
- "transform": correction_transform
- })
+ {
+ "id": self.uniqueId("use"),
+ INKSCAPE_LABEL: _("Ink/Stitch Command") + ": %s" % get_command_description(command),
+ XLINK_HREF: "#inkstitch_%s" % command,
+ "height": "100%",
+ "width": "100%",
+ "x": str(i * 20),
+ "y": "-10",
+ "transform": correction_transform
+ })
namedview = self.document.xpath("//sodipodi:namedview", namespaces=inkex.NSS)