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

Fix #51

Changed files
-1
drawsvg
-1
drawsvg/defs.py
···
class FilterItem(DrawingDefSub):
'''A child of Filter with any tag name.'''
-
has_content = False
def __init__(self, tag_name, **args):
super().__init__(**args)
self.TAG_NAME = tag_name