diff options
| author | bulia byak <buliabyak@gmail.com> | 2008-03-27 08:52:41 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2008-03-27 08:52:41 +0000 |
| commit | 6e596e7f51a2886e02ae2074ac3441c7cc6c45e8 (patch) | |
| tree | a1df286e0554a620326b05c3465cb4dc08c8291e | |
| parent | add method to lookup path object id from Clipboard (diff) | |
| download | inkscape-6e596e7f51a2886e02ae2074ac3441c7cc6c45e8.tar.gz inkscape-6e596e7f51a2886e02ae2074ac3441c7cc6c45e8.zip | |
patch from bug 207362
(bzr r5202)
| -rw-r--r-- | share/extensions/edge3d.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/edge3d.py b/share/extensions/edge3d.py index 62f84af63..5a77a1a46 100644 --- a/share/extensions/edge3d.py +++ b/share/extensions/edge3d.py @@ -101,7 +101,7 @@ class Edge3d(inkex.Effect): result.append((cmd, params)) last = params[-2:] if result: - if not g: + if g is None: g = self.getGroup(node) nn = copy.deepcopy(node) nn.set('d',simplepath.formatPath(result)) |
