Upgraded Python files copied from the Inkscape distribution to those from version 0.91.99.13724.

This commit is contained in:
Michael Schwarz 2014-12-06 13:36:55 +01:00
parent b690038009
commit 30487e03f4
6 changed files with 132 additions and 50 deletions

View file

@ -209,4 +209,4 @@ def rotatePath(p, a, cx = 0, cy = 0):
params[i + 1] = (r * math.sin(theta)) + cy
# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99