Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/clef.py
diff options
context:
space:
mode:
authorDaniel Francis <francis@sugarlabs.org>2012-07-21 22:55:09 (GMT)
committer Daniel Francis <francis@sugarlabs.org>2012-07-21 22:55:09 (GMT)
commit271c6f29b5a4a9008cf9dd87cd4b9bf6ce35b09e (patch)
tree778b251f653278838980d960f5d5f9b38a0f5beb /clef.py
parentf2b318808a996705c22c65cd1f5ef29472dc679d (diff)
Solving some showing bugs, creating class for beats
Diffstat (limited to 'clef.py')
-rw-r--r--clef.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/clef.py b/clef.py
index b54cf28..298705f 100644
--- a/clef.py
+++ b/clef.py
@@ -50,3 +50,4 @@ class Clef:
y0=ytop)
context.transform(matrix)
svg.render_cairo(context)
+ context.clip()