DotMake.SvgSprite |
This is the root namespace of this library, it includes the SVG sprite builder and the SVG document loader/saver.
The main classes in this namespace are: - SvgSpriteBuilder is the class which handles building or extracting of an SVG sprite, i.e. a .svg file with child <symbol> tags.
- SvgDocument is the class which represents an SVG document. Provides methods for loading, editing and saving SVG files.
- SvgSymbolOptions is the class which represents the options used when converting an <svg> tag to an <symbol> tag or vice versa.
|