This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
""" | |
create_svg_symbol_library.py | |
~~~~~~~~~~~~~~~~~~~ | |
:copyright: (c) 2016 by Jerry McCreary. | |
:license: MIT | |
Convert a folder of individual SVG icon files to a SVG symbol library | |
embedded in HTML document. Includes a bullet list of the symbols. |