From a4a5e21ecdf98d8785f6eec78621fb18291c4edc Mon Sep 17 00:00:00 2001 From: Michael Fogleman Date: Sat, 20 Feb 2016 18:12:34 -0500 Subject: [PATCH] bug fix --- context.go | 1 + 1 file changed, 1 insertion(+) diff --git a/context.go b/context.go index 8b010c6..216c3a2 100644 --- a/context.go +++ b/context.go @@ -447,4 +447,5 @@ func (dc *Context) Pop() { *dc = *x dc.strokePath = before.strokePath dc.fillPath = before.fillPath + dc.start = before.start }