[lasem] tests: remove useless test file.



commit 386476a97d5380e8db75a98b559f3946a888f487
Author: Emmanuel Pacaud <emmanuel gnome org>
Date:   Mon Oct 29 16:34:14 2012 +0100

    tests: remove useless test file.

 src/lsmsvgview.c                                   |    4 +-
 .../samples/librsvg/librsvg-bug338385-text-xor.png |  Bin 38306 -> 0 bytes
 .../samples/librsvg/librsvg-bug338385-text-xor.svg |   47 --------------------
 3 files changed, 3 insertions(+), 48 deletions(-)
---
diff --git a/src/lsmsvgview.c b/src/lsmsvgview.c
index c2fcbc2..22b076d 100644
--- a/src/lsmsvgview.c
+++ b/src/lsmsvgview.c
@@ -107,8 +107,10 @@ cairo_operator_t cairo_operators[] = {
 void
 lsm_cairo_set_comp_op (cairo_t *cairo, LsmSvgCompOp comp_op)
 {
-	if (G_LIKELY (cairo != NULL && comp_op >= LSM_SVG_COMP_OP_CLEAR && comp_op <= LSM_SVG_COMP_OP_EXCLUSION))
+	if (G_LIKELY (cairo != NULL && comp_op >= LSM_SVG_COMP_OP_CLEAR && comp_op <= LSM_SVG_COMP_OP_EXCLUSION)) {
+		lsm_log_render ("[lsmSvgView::set_comp_op] Set comp-op to %s", lsm_svg_comp_op_to_string (comp_op));
 		cairo_set_operator (cairo, cairo_operators[comp_op]);
+	}
 }
 
 double



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