From 36ba4bd9ebf63e7edd4413b38983cb93dbc70907 Mon Sep 17 00:00:00 2001 From: Will Charczuk Date: Mon, 11 Jul 2016 00:19:35 -0700 Subject: [PATCH] tweaks --- drawing_helpers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drawing_helpers.go b/drawing_helpers.go index 27ca616..8e25258 100644 --- a/drawing_helpers.go +++ b/drawing_helpers.go @@ -97,7 +97,7 @@ func DrawAnnotation(r Renderer, canvasBox Box, xrange, yrange Range, s Style, lx rbx := lx + pl + pr + textWidth rby := ly + (pb + halfTextHeight) - lbx := lx + DefaultAnnotationDeltaWidth + lbx := lx + pl + DefaultAnnotationDeltaWidth lby := ly + (pb + halfTextHeight) //draw the shape...