This commit is contained in:
Michael Fogleman 2016-02-20 18:12:34 -05:00
parent 922e8e1f9e
commit a4a5e21ecd

View File

@ -447,4 +447,5 @@ func (dc *Context) Pop() {
*dc = *x *dc = *x
dc.strokePath = before.strokePath dc.strokePath = before.strokePath
dc.fillPath = before.fillPath dc.fillPath = before.fillPath
dc.start = before.start
} }