Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/exon_direction.py
diff options
context:
space:
mode:
authorNostalghia <b.vehikel@googlemail.com>2010-05-22 13:52:30 (GMT)
committer Nostalghia <b.vehikel@googlemail.com>2010-05-22 13:52:30 (GMT)
commite24ca571a8dccf66740d66e50b47862b5e28adc9 (patch)
treec65719efcd250439c45c96537f4e49654c51d145 /exon_direction.py
parent8394595622cbeb9894da9e83fd3dadacd6266cf6 (diff)
Bug fixing the mask modifier and border modifier in the rendering engine.
This is not backward compatible.
Diffstat (limited to 'exon_direction.py')
-rw-r--r--exon_direction.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/exon_direction.py b/exon_direction.py
index dd911d7..c18f868 100644
--- a/exon_direction.py
+++ b/exon_direction.py
@@ -23,6 +23,7 @@ import model_random
import model_constraintpool
import model_locus
import model_allele
+import ka_debug
EPSILON = 0.00001
DIRECTION_CONSTRAINT = 'directionconstraint'
@@ -108,6 +109,7 @@ class Direction(model_allele.Allele):
surface = cairo.ImageSurface(cairo.FORMAT_ARGB32, width, height)
ctx = cairo.Context(surface)
ctx.scale(width, height)
+ ka_debug.matrix(ctx.get_matrix())
# paint background
ctx.set_operator(cairo.OPERATOR_OVER)
ctx.set_source_rgb(1.0, 1.0, 1.0)