Open kwinso opened 1 year ago
It'd be cool to have function like ResetMask to just remove current mask from the context. Now I have to do something like this:
ResetMask
mask.Clear() // assuming mask is another gg.Context with same size as dc dc.SetMask(mask)
It'd be cool to have function like
ResetMask
to just remove current mask from the context. Now I have to do something like this: