+2004-07-05 Jim Evins <evins@snaught.com>
+ * src/print.c: (print_crop_marks), (draw_outline):
+ Changed crop marks and label outlines to black, instead of 25% gray.
+ This addresses debian Bug #257460.
+
2004-07-05 Jim Evins <evins@snaught.com>
* src/object-editor-fill-page.c: (gl_object_editor_set_fill_color):
page_w = pi->page_width;
page_h = pi->page_height;
- gnome_print_setrgbcolor (pi->pc, 0.25, 0.25, 0.25);
+ gnome_print_setrgbcolor (pi->pc, 0.0, 0.0, 0.0);
gnome_print_setopacity (pi->pc, 1.0);
gnome_print_setlinewidth (pi->pc, 0.25);
label_type = gl_template_get_first_label_type (pi->template);
- gnome_print_setrgbcolor (pi->pc, 0.25, 0.25, 0.25);
+ gnome_print_setrgbcolor (pi->pc, 0.0, 0.0, 0.0);
gnome_print_setopacity (pi->pc, 1.0);
gnome_print_setlinewidth (pi->pc, 0.25);