Code

extension printing-marks: the star align test is now useful, using full 4 CMYK colors
authorAurelio A. Heckert (a) <auriumgmaildotcom>
Fri, 19 Mar 2010 16:39:12 +0000 (13:39 -0300)
committerAurelio A. Heckert (a) <auriumgmaildotcom>
Fri, 19 Mar 2010 16:39:12 +0000 (13:39 -0300)
share/extensions/printing-marks.py

index 6e12167f46232a860308e6ab66d5e9403634b237..775f6b6431f39e1efae7f2739f9ff95511bb9bc1 100644 (file)
@@ -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 ):