summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAurelio A. Heckert (a) <auriumgmaildotcom>2010-03-19 16:39:12 +0000
committerAurelio A. Heckert (a) <auriumgmaildotcom>2010-03-19 16:39:12 +0000
commit11eaefb76e97b513544b6d6eda204cf041a4c84f (patch)
treee6b647a3fbf43aa8877e461b2f9b7a728d1b3eba
parentextension printing-marks: "Set crop marks to selection" is workin now! (diff)
downloadinkscape-11eaefb76e97b513544b6d6eda204cf041a4c84f.tar.gz
inkscape-11eaefb76e97b513544b6d6eda204cf041a4c84f.zip
extension printing-marks: the star align test is now useful, using full 4 CMYK colors
(bzr r9213)
-rw-r--r--share/extensions/printing-marks.py2
1 files changed, 1 insertions, 1 deletions
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 ):