summaryrefslogtreecommitdiffstats
path: root/share/extensions/spirograph.py
diff options
context:
space:
mode:
Diffstat (limited to 'share/extensions/spirograph.py')
-rwxr-xr-xshare/extensions/spirograph.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/spirograph.py b/share/extensions/spirograph.py
index 21249831f..cb9d1ac24 100755
--- a/share/extensions/spirograph.py
+++ b/share/extensions/spirograph.py
@@ -35,7 +35,7 @@ class Spirograph(inkex.Effect):
help="The distance of the pen from the inner gear")
self.OptionParser.add_option("-p", "--gearplacement",
action="store", type="string",
- dest="gearplacement", default=50.0,
+ dest="gearplacement", default="inside",
help="Selects whether the gear is inside or outside the ring")
self.OptionParser.add_option("-a", "--rotation",
action="store", type="float",