diff options
| author | bulia byak <buliabyak@gmail.com> | 2008-05-12 14:55:25 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2008-05-12 14:55:25 +0000 |
| commit | 76d0d518f4fea9a2e575985089bd529a676f7717 (patch) | |
| tree | 9573344101937512d1ef084a99f12742d8564a94 /share | |
| parent | it is limited but not really experimental anymore (diff) | |
| download | inkscape-76d0d518f4fea9a2e575985089bd529a676f7717.tar.gz inkscape-76d0d518f4fea9a2e575985089bd529a676f7717.zip | |
allow float lengths back
(bzr r5656)
Diffstat (limited to 'share')
| -rw-r--r-- | share/extensions/addnodes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/addnodes.py b/share/extensions/addnodes.py index af59a0d67..b12f440d7 100644 --- a/share/extensions/addnodes.py +++ b/share/extensions/addnodes.py @@ -70,7 +70,7 @@ class SplitIt(inkex.Effect): dest="segments", default=2, help="Number of segments to divide the path into") self.OptionParser.add_option("--max", - action="store", type="int", + action="store", type="float", dest="max", default=2, help="Number of segments to divide the path into") self.OptionParser.add_option("--method", |
