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