7ef94ce784
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 |
||
---|---|---|
.. | ||
curve | ||
raster | ||
samples | ||
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"