Imports of package oksvg

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
encoding/xmlPackage xml implements a simple XML 1.0 parser that understands XML name spaces.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/srwiley/rasterxPackage rasterx implements a rasterizer in go.
golang.org/x/image/colornamesPackage colornames provides named colors as defined in the SVG 1.1 spec.
golang.org/x/image/math/fixedPackage fixed implements fixed-point integer types.
golang.org/x/net/html/charsetPackage charset provides common text encodings for HTML documents.
image/colorPackage color implements a basic color library.
ioPackage io provides basic interfaces to I/O primitives.
logPackage log implements a simple logging package.
mathPackage math provides basic constants and mathematical functions.
osPackage os provides a platform-independent interface to operating system functionality.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
unicodePackage unicode provides data and functions to test some properties of Unicode code points.