diff options
| author | Aurelio A. Heckert (a) <auriumgmaildotcom> | 2010-03-19 16:39:12 +0000 |
|---|---|---|
| committer | Aurelio A. Heckert (a) <auriumgmaildotcom> | 2010-03-19 16:39:12 +0000 |
| commit | 11eaefb76e97b513544b6d6eda204cf041a4c84f (patch) | |
| tree | e6b647a3fbf43aa8877e461b2f9b7a728d1b3eba | |
| parent | extension printing-marks: "Set crop marks to selection" is workin now! (diff) | |
| download | inkscape-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.py | 2 |
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 ): |
