From: Aurelio A. Heckert (a) Date: Fri, 19 Mar 2010 16:39:12 +0000 (-0300) Subject: extension printing-marks: the star align test is now useful, using full 4 CMYK colors X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e34d768dee1299e9c203a59c3f31f7251743fe2c;p=inkscape.git extension printing-marks: the star align test is now useful, using full 4 CMYK colors --- 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 ):