diff options
Diffstat (limited to '')
| -rw-r--r-- | share/extensions/pathalongpath.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/pathalongpath.py b/share/extensions/pathalongpath.py index 3901069c9..e49aadeb4 100644 --- a/share/extensions/pathalongpath.py +++ b/share/extensions/pathalongpath.py @@ -212,7 +212,7 @@ class PathAlongPath(pathmodifier.Diffeo): dx=width+self.options.space
for id, node in self.patterns.iteritems():
- if node.tag == inkex.addNS('path','svg'):
+ if node.tag == inkex.addNS('path','svg') or node.tag=='path':
d = node.get('d')
p0 = cubicsuperpath.parsePath(d)
if self.options.vertical:
|
