Programmatically generate SVG (vector) images, animations, and interactive Jupyter widgets

Fix bug with Raw

Changed files
+1
drawsvg
+1
drawsvg/elements.py
···
super().__init__()
self.content = content
self.defs = defs
+
self.id = None
def write_svg_element(self, id_map, is_duplicate, output_file, lcontext,
dry_run, force_dup=False):
if dry_run: