stack should not affect current, hasCurrent
This commit is contained in:
parent
68ecba1329
commit
a4bc9dc362
@ -491,4 +491,6 @@ func (dc *Context) Pop() {
|
|||||||
dc.strokePath = before.strokePath
|
dc.strokePath = before.strokePath
|
||||||
dc.fillPath = before.fillPath
|
dc.fillPath = before.fillPath
|
||||||
dc.start = before.start
|
dc.start = before.start
|
||||||
|
dc.current = before.current
|
||||||
|
dc.hasCurrent = before.hasCurrent
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user