draw2d/output
Laurent Le Goff 7ef94ce784 Merge branch 'master' into Clean-Up
Conflicts:
	arc.go
	curve/curve_test.go
	draw2dgl/gc.go
	draw2dimg/rgba_interpolation.go
	draw2dpdf/gc.go
	draw2dpdf/path_converter.go
	path_adder.go
	path_storage.go
	raster/raster_test.go
	vertex2d.go
2015-08-14 21:40:32 +02:00
..
curve redirect curve tests results to output.curve folder 2015-07-10 17:20:23 +02:00
raster redirect curve tests results to output.curve folder 2015-07-10 17:20:23 +02:00
samples Merge branch 'master' into Clean-Up 2015-08-14 21:40:32 +02:00
README.md add readme to output folder 2015-07-11 19:34:48 +02:00

README.md

Demo output

These folders are empty when you check out the git repository. The output is generated by the tests:

go test ./...

or with coverage:

go test -cover ./... | grep -v "no test"