// Copyright 2015 The draw2d Authors. All rights reserved. // created: 16/12/2017 by Drahoslav Bednář // Package draw2svg provides a graphic context that can draw // vector graphics and text on svg file. // // Quick Start // The following Go code geneartes a simple drawing and saves it // to a svg document: // TODO package draw2dsvg