aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2013-08-18 20:57:04 +0200
committerThomas White <taw@bitwiz.org.uk>2013-08-18 20:57:04 +0200
commit3a6190fdc2ea3fe2aabed36948ca7db3dbb182ec (patch)
tree1732dfac12bee6eb5b6fa62a8c56924db89372ad
parent45fcda2a5c949c125a55f8f7120ab6f0ccbdef5a (diff)
Turn off box outlines
-rw-r--r--src/render.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render.c b/src/render.c
index 87d00d7..db89cc5 100644
--- a/src/render.c
+++ b/src/render.c
@@ -140,7 +140,7 @@ static void render_boxes(struct wrap_line *line, cairo_t *cr, ImageStore *is,
box = &line->boxes[j];
cairo_translate(cr, x_pos, 0.0);
- draw_outline(cr, box);
+ //draw_outline(cr, box);
switch ( line->boxes[j].type ) {