Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ep_layer_letterpress.py
diff options
context:
space:
mode:
authorThomas Jourdan <b.vehikel@googlemail.com>2010-01-03 10:49:23 (GMT)
committer Thomas Jourdan <b.vehikel@googlemail.com>2010-01-03 10:49:23 (GMT)
commit9e2fd70f8e06e550baf1e396568e6c9674b3d08f (patch)
treefcd3a2b8df82cd4b2bf0cb22843c9a3ffed6c3f1 /ep_layer_letterpress.py
parentee878465ad84f8b2fd25eccf690ea29dde27e7df (diff)
Added stamps using SVG files.
Bug fixed in the minimal distance calculation of Voronoi diagrams.
Diffstat (limited to 'ep_layer_letterpress.py')
-rw-r--r--ep_layer_letterpress.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/ep_layer_letterpress.py b/ep_layer_letterpress.py
index 8af73c2..0b3f5c5 100644
--- a/ep_layer_letterpress.py
+++ b/ep_layer_letterpress.py
@@ -31,11 +31,11 @@ import exon_position
import exon_buzzword
from gettext import gettext as _
-FONTFAMILY_CONSTRAINT = 'fontfamily_constraint'
-FONTSTYLE_CONSTRAINT = 'fontstyle_constraint'
-FONTSIZE_CONSTRAINT = 'fontsize_constraint'
-FONTWEIGHT_CONSTRAINT = 'fontweight_constraint'
-SAMPLERTYPE_CONSTRAINT = 'samplertype_constraint'
+FONTFAMILY_CONSTRAINT = 'fontfamilyconstraint'
+FONTSTYLE_CONSTRAINT = 'fontstyleconstraint'
+FONTSIZE_CONSTRAINT = 'fontsizeconstraint'
+FONTWEIGHT_CONSTRAINT = 'fontweightconstraint'
+SAMPLERTYPE_CONSTRAINT = 'samplertypeconstraint'
class LetterPress(model_layer.Layer):
"""LetterPress