Remove reference to cairo
This commit is contained in:
parent
c3ac26e725
commit
2fc59b48df
|
@ -275,8 +275,7 @@ class Boxes:
|
||||||
@contextmanager
|
@contextmanager
|
||||||
def saved_context(self):
|
def saved_context(self):
|
||||||
"""
|
"""
|
||||||
Generator: for saving and restoring cairo contexts.
|
Generator: for saving and restoring contexts.
|
||||||
:param cr: cairo context
|
|
||||||
"""
|
"""
|
||||||
cr = self.ctx
|
cr = self.ctx
|
||||||
cr.save()
|
cr.save()
|
||||||
|
|
Loading…
Reference in New Issue