add license to README

This commit is contained in:
Stani 2015-07-10 12:45:52 +02:00
parent 730589cb95
commit bf2e1c0174
3 changed files with 3 additions and 2 deletions

View File

@ -8,7 +8,7 @@ See the [documentation](http://godoc.org/github.com/llgcode/draw2d) for more det
Features
--------
Operations in draw2d include stroking and filling polygons, arcs, Bézier curves, drawing images and text rendering with truetype fonts. All drawing operations can be transformed by affine transformations (scale, rotation, translation).
Operations in draw2d include stroking and filling polygons, arcs, Bézier curves, drawing images and text rendering with truetype fonts. All drawing operations can be transformed by affine transformations (scale, rotation, translation). draw2d is released under the BSD license.
Package draw2d follows the conventions of the [HTML Canvas 2D Context](http://www.w3.org/TR/2dcontext/) for coordinate system, angles, etc...

View File

@ -5,6 +5,7 @@
// for multiple output devices such as images (draw2d), pdf documents
// (draw2dpdf) and opengl (draw2dopengl), which can also be used on the
// google app engine. It can be used as a pure go Cairo alternative.
// draw2d is released under the BSD license.
//
// Features
//

View File

@ -1,7 +1,7 @@
draw2d samples
==============
Various Samples to using draw2d
Various samples for using draw2d
Using the image backend
-----------------------