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 }