svg_utils
svg_utils copied to clipboard
src/svgutils/compose.py: SVG.__init__ now accepts SVGFigure
Two classmethods have been added - fromfile and fromstring. The fromfile method provides the same functionality as the previous constructor. The fromstring method allows for SVG construction from string.