Comment 4 for bug 486920

Revision history for this message
su_v (suv-lp) wrote :

partly reproduced (after reading the steps more carefully ;-): pattern is straight line, path is bézier curve.
a) extension fails when pattern is vertical, repeated and 'space between copies' set to 0.0 with:

Traceback (most recent call last):
  File "Contents/Resources/extensions/pathalongpath.py", line 278, in <module>
    e.affect()
  File "/Volumes/blue/src/Inkscape/Inkscape-SVN/Inkscape.app/Contents/Resources/extensions/inkex.py", line 207, in affect
    self.effect()
  File "Contents/Resources/extensions/pathalongpath.py", line 254, in effect
    for i in range(0,NbCopies,1):
OverflowError: range() result has too many items

b) extension works with 'space between copies' set to 0.1 (see attached file)