Close a grouping element with label *s*. Only used by the SVG renderer.
(self, s)
| 166 | """ |
| 167 | |
| 168 | def close_group(self, s): |
| 169 | """ |
| 170 | Close a grouping element with label *s*. |
| 171 | |
| 172 | Only used by the SVG renderer. |
| 173 | """ |
| 174 | |
| 175 | def draw_path(self, gc, path, transform, rgbFace=None): |
| 176 | """Draw a `~.path.Path` instance using the given affine transform.""" |