[glabels] Clip to outline restored



commit 6cd2cf8a1b548608959dac94229c634e1f3a0f7e
Author: Jim Evins <evins snaught com>
Date:   Tue Nov 3 21:09:43 2009 -0500

    Clip to outline restored
    
    During my last commit & push, I left the clip to outline line commented out
    which is an artifact of my testing.

 src/print.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/print.c b/src/print.c
index 7707eb3..b4b4df5 100644
--- a/src/print.c
+++ b/src/print.c
@@ -509,7 +509,7 @@ print_label (PrintInfo     *pi,
 	/* of the current label */
 	cairo_translate (pi->cr, x, y);
 
-	//clip_to_outline (pi, label);
+	clip_to_outline (pi, label);
 
 	cairo_save (pi->cr);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]