draw2d/output
Piotr Kowalczuk bdf3a69827 single GetFontName implementation that serialize font size properly 2018-08-20 12:17:57 +02:00
..
curve redirect curve tests results to output.curve folder 2015-07-10 17:20:23 +02:00
draw2dkit generate test image result in output folder 2015-08-27 10:51:09 +02:00
raster redirect curve tests results to output.curve folder 2015-07-10 17:20:23 +02:00
samples single GetFontName implementation that serialize font size properly 2018-08-20 12:17:57 +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"