From e34d768dee1299e9c203a59c3f31f7251743fe2c Mon Sep 17 00:00:00 2001 From: "Aurelio A. Heckert (a)" Date: Fri, 19 Mar 2010 13:39:12 -0300 Subject: [PATCH] extension printing-marks: the star align test is now useful, using full 4 CMYK colors --- share/extensions/printing-marks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/extensions/printing-marks.py b/share/extensions/printing-marks.py index 6e12167f4..775f6b643 100644 --- a/share/extensions/printing-marks.py +++ b/share/extensions/printing-marks.py @@ -147,7 +147,7 @@ class Printing_Marks (inkex.Effect): def draw_star_target(self, cx, cy, name, parent): r = (self.mark_size/2) - style = {'fill':'#000', 'fill-opacity':'1', 'stroke':'none'} + style = {'fill':'#000 device-cmyk(1,1,1,1)', 'fill-opacity':'1', 'stroke':'none'} d = ' M 0,0' i = 0 while i < ( 2 * math.pi ): -- 2.30.2