summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 50b3600)
raw | patch | inline | side by side (parent: 50b3600)
author | pjrm <pjrm@users.sourceforge.net> | |
Fri, 23 May 2008 06:55:37 +0000 (06:55 +0000) | ||
committer | pjrm <pjrm@users.sourceforge.net> | |
Fri, 23 May 2008 06:55:37 +0000 (06:55 +0000) |
share/extensions/gears.py | patch | blob | history |
index 202b29d8ed023b9f6c2aa623b4e1634bab9df9a7..e6acabfaef3447d7f8e6e45c29ca980e88b5f619 100644 (file)
r2 = point_on_circle(root_radius, base2)
p_tmp = [r1,b1,p1,o1,o2,p2,b2,r2]
- points.extend( p_tmp )
+ points.extend( p_tmp )
path = points_to_svgd( points )