draw2d/output
Stani 64dc974458 geometry: make line continuous in arcs and replace "coucou" with "HugHug" to test better ascent, descent and capheight of font 2015-07-13 00:37:15 +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 geometry: make line continuous in arcs and replace "coucou" with "HugHug" to test better ascent, descent and capheight of font 2015-07-13 00:37:15 +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"