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