stack should not affect current, hasCurrent

This commit is contained in:
Michael Fogleman 2016-02-21 22:31:21 -05:00
parent 68ecba1329
commit a4bc9dc362

View File

@ -491,4 +491,6 @@ func (dc *Context) Pop() {
dc.strokePath = before.strokePath
dc.fillPath = before.fillPath
dc.start = before.start
dc.current = before.current
dc.hasCurrent = before.hasCurrent
}