Saves the current graphic state, in case it needs to be restored later.
(self)
| 206 | # Graphics state. |
| 207 | |
| 208 | def save(self): |
| 209 | """Saves the current graphic state, in case it needs to be restored later.""" |
| 210 | self.saveGraphicState() |
| 211 | |
| 212 | def restore(self): |
| 213 | """Restores the previous graphic state.""" |
no test coverage detected