This commit is contained in:
Laurent Le Goff 2011-09-29 09:55:40 +02:00
parent afad20dce7
commit 1246e79fb6
2 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,7 @@ include $(GOROOT)/src/Make.inc
TARG=draw2d.googlecode.com/hg/draw2d
GOFILES=\
draw2d.go\
arc.go\
curves.go\
image.go\

5
draw2d/draw2d.go Normal file
View File

@ -0,0 +1,5 @@
// Copyright 2011 The draw2d Authors. All rights reserved.
// created: 29/09/2011 by Laurent Le Goff
// The package draw2d provide a Graphic Context that can draw vectorial figure on surface.
package draw2d