gg
gg copied to clipboard
Allow to reset 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:
mask.Clear() // assuming mask is another gg.Context with same size as dc
dc.SetMask(mask)