Imports of package svg

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
github.com/tdewolff/minifyPackage minify relates MIME type to minifiers.
github.com/tdewolff/minify/cssPackage css minifies CSS3 following the specifications at http://www.w3.org/TR/css-syntax-3/.
github.com/tdewolff/parsePackage parse contains a collection of parsers for various formats in its subpackages.
github.com/tdewolff/parse/buffer
github.com/tdewolff/parse/cssPackage css is a CSS3 lexer and parser following the specifications at http://www.w3.org/TR/css-syntax-3/.
github.com/tdewolff/parse/strconv
github.com/tdewolff/parse/svg
github.com/tdewolff/parse/xmlPackage xml is an XML1.0 lexer following the specifications at http://www.w3.org/TR/xml/.
ioPackage io provides basic interfaces to I/O primitives.
strconvPackage strconv implements conversions to and from string representations of basic data types.