forked from joejulian/gio
563eb60382
op.Save, op.SaveStack were compatibility stop-gaps. API change. Most op.Save/Loads can safely be removed altogether, or replaced with trans := op.Offset(f32.Pt(0, 0).Push(gtx.Ops) ... trans.Pop() cl := clip.Rect(image.Rect(-1e6, -1e6, 1e6, 1e6)).Push(gtx.Ops) ... cl.Pop() Signed-off-by: Elias Naur <mail@eliasnaur.com>