Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2010-01-17 00:38:19 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-01-17 00:38:19 (GMT)
commit3afcff13f03830e97a1ce7fed18b5d18b14674ac (patch)
tree49d8dd6f6a26c68791fd7b1ab2652d45e09921a1
parentc80c721595fde71128b0516284eb7f750af0d03b (diff)
fixed bug with Mayan 33
-rwxr-xr-xgencards.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gencards.py b/gencards.py
index 70ace67..5be6908 100755
--- a/gencards.py
+++ b/gencards.py
@@ -260,7 +260,9 @@ def number_mayan(n, stroke):
elif n == 33:
svg_string = svg_bar(x,y1s,stroke)
svg_string += svg_bar(x,y5s,stroke)
+ svg_string += svg_circle(x1,y10s,3,stroke,stroke,2)
svg_string += svg_circle(xc,y10s,3,stroke,stroke,2)
+ svg_string += svg_circle(x4,y10s,3,stroke,stroke,2)
svg_string += svg_circle(xc,y20s,3,stroke,stroke,2)
return svg_string