From: kidproto Date: Mon, 21 Aug 2006 22:52:54 +0000 (+0000) Subject: updated ipsum extension X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=00790f45e733a196715c54b71fbdb80f1172ad28;p=inkscape.git updated ipsum extension --- diff --git a/AUTHORS b/AUTHORS index 7ff7495fd..90c96ac0f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -82,3 +82,4 @@ Michael Wybrow Daniel Yacob David Yip Masatake Yamato +Jos Hirth diff --git a/share/extensions/lorem_ipsum.py b/share/extensions/lorem_ipsum.py index 3f39caa92..e71b2adcc 100644 --- a/share/extensions/lorem_ipsum.py +++ b/share/extensions/lorem_ipsum.py @@ -191,7 +191,7 @@ class MyEffect(inkex.Effect): def makePara(self): _min=max(1,self.options.sentencecount-self.options.fluctuation) - _max=max(2,self.options.sentencecount+2*self.options.fluctuation) + _max=max(2,self.options.sentencecount+self.options.fluctuation) scount=random.randint(_min,_max) text='' for i in range(scount):