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

Fix bug with Raw

+1
+1
drawsvg/elements.py
··· 44 44 super().__init__() 45 45 self.content = content 46 46 self.defs = defs 47 + self.id = None 47 48 def write_svg_element(self, id_map, is_duplicate, output_file, lcontext, 48 49 dry_run, force_dup=False): 49 50 if dry_run: