diff options
Diffstat (limited to 'share/extensions/simplepath.py')
| -rwxr-xr-x | share/extensions/simplepath.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/share/extensions/simplepath.py b/share/extensions/simplepath.py index 9869da33d..8d50429a6 100755 --- a/share/extensions/simplepath.py +++ b/share/extensions/simplepath.py @@ -200,3 +200,5 @@ def rotatePath(p, a, cx = 0, cy = 0): params[i] = (r * math.cos(theta)) + cx params[i + 1] = (r * math.sin(theta)) + cy + +# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99 |
